easy
Here are 712 public repositories matching this topic...
-
Updated
Jun 12, 2020 - JavaScript
-
Updated
Jan 18, 2020 - Java
Get user input
It's common when writing scripts that install or configure things to need input from the user (at a minimum, something like 'Press Enter to continue'; at a maximum, to be able to prompt the user for input, with an optional default value, and return that value).
Let's use this issue to design how that would look, and I invite suggestions!
-
Updated
Jun 10, 2020 - PHP
-
Updated
Nov 27, 2016 - Objective-C
So I'm trying to set up my project with Jest/Spectator as it seems like a very neat way to develop tests but I'm running into issues with the dependencies for my components and services. And getting them mocked entirely isn't the main issue, changing their behavior to do different things is the main issue.
Say I have a service, that returns something, in my current tests that always seems to be
-
Updated
Mar 19, 2020 - PHP
-
Updated
May 13, 2020 - JavaScript
-
Updated
May 20, 2020 - Python
-
Updated
Jun 3, 2020 - C#
-
Updated
Nov 21, 2019 - Kotlin
-
Updated
Apr 19, 2020 - JavaScript
-
Updated
Jun 5, 2020 - Python
-
Updated
Jun 1, 2020 - C
-
Updated
Jan 30, 2020 - Python
Describe the bug
When using the LMFineTuner and specifying the learning_rate_finder_configs , an error is thrown when passing these configs to finetuner.find_learning_rate() as suggested in the documentation and in the [Colab example](https://colab.research.google.com/github/Novetta/adaptnlp/blob/master/tutor
-
Updated
May 30, 2020 - C++
-
Updated
Apr 6, 2020 - C#
-
Updated
Oct 30, 2019 - Objective-C
-
Updated
Mar 20, 2020 - Batchfile
-
Updated
May 4, 2020 - Python
name: test
match: command
args:
- var1to
name: test
match: command
expose_args:
- var1This is consistent with expose_json_fields. So, any time we expose variable from within rules we would use the expose_ prefix.
-
Updated
Feb 21, 2020 - C#
-
Updated
Jun 11, 2020 - JavaScript
Improve this page
Add a description, image, and links to the easy topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the easy topic, visit your repo's landing page and select "manage topics."
Note: This is fundamentally working as intended, this issue is now about validating the config and providing a sufficient warning.
The configuration
testSequencer(https://jestjs.io/docs/en/configuration#testsequencer-string) is silently ignored inprojects(https://jestjs.io/docs/en/configuration#projects-arraystring--projectconfig)To Reproduce
Run this config