easy
Here are 788 public repositories matching this topic...
-
Updated
Oct 23, 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!
Try Yaegi
-
Updated
Oct 23, 2020 - PHP
-
Updated
Oct 23, 2020 - TypeScript
-
Updated
Sep 7, 2020 - Objective-C
-
Updated
Oct 23, 2020 - PHP
-
Updated
Oct 16, 2020 - Python
-
Updated
Sep 8, 2020 - JavaScript
-
Updated
Aug 20, 2020 - Kotlin
-
Updated
Oct 3, 2020 - C#
-
Updated
Oct 19, 2020 - C
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
Aug 15, 2020 - Python
-
Updated
Oct 15, 2020 - Python
-
Updated
Oct 12, 2020 - Jupyter Notebook
-
Updated
Sep 14, 2020 - C++
-
Updated
Jan 30, 2020 - Python
-
Updated
Apr 6, 2020 - C#
-
Updated
Aug 25, 2020 - Batchfile
-
Updated
Oct 30, 2019 - Objective-C
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
-
Updated
Oct 5, 2020 - JavaScript
-
Updated
Oct 8, 2020 - Python
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