easy
Here are 853 public repositories matching this topic...
-
Updated
Feb 27, 2021 - TypeScript
-
Updated
Jan 19, 2021 - Java
I'd admit the current tests might not cover all use cases.
To make the library more stable for the future, adding tests would be great.
That would also clarify what is supported, and what is not supported but works for now.
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!
Try Yaegi
-
Updated
Feb 24, 2021 - PHP
I'm submitting a...
[x] Feature request
Current behavior
When an element that you expect to be visible is not, the error message is Expected element to be visible.
Expected behavior
The error message would include the matcher used to try to find the element.
Minimal reproduction of the problem with instructions
For bug reports please provide the STEPS TO REPRODUCE
-
Updated
Sep 7, 2020 - Objective-C
-
Updated
Feb 15, 2021 - Python
-
Updated
Feb 22, 2021 - PHP
-
Updated
Sep 8, 2020 - JavaScript
-
Updated
Dec 11, 2020 - Kotlin
-
Updated
Feb 6, 2021 - C
-
Updated
Feb 22, 2021 - Python
-
Updated
Feb 12, 2021 - C#
-
Updated
Feb 16, 2021 - Jupyter Notebook
-
Updated
Aug 15, 2020 - Python
based on: https://kafka.js.org/docs/configuration and tulios/kafkajs#298
We may not have the correct settings for the JSConsumer and JSProducer. This issue is to ensure we have them up to date after nodefluent/node-sinek#154 has been merged
-
Updated
Nov 4, 2020 - C++
-
Updated
Apr 6, 2020 - C#
-
Updated
Feb 1, 2021 - Python
-
Updated
Feb 3, 2021 - Batchfile
-
Updated
Jan 24, 2021 - JavaScript
We should probably start thinking of moving away from logrus in favor of zerolog for our Golang projects going forward. ZL is supposed to be faster, and have more functionality but IMO the big win is not having to worry about the Sirupsen sirupsen import collision that happens.
The performance benefits look to be somewha
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."
From #10123.
When we find a config file, we should also check if there is a
jestentry in any siblingpackage.jsonand print a warning that it is ignored.If using
--configwe should not warn.Motivation
Helps the user have correct and consistent