easy
Here are 912 public repositories matching this topic...
-
Updated
Jun 3, 2021 - TypeScript
-
Updated
Jan 19, 2021 - 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
May 30, 2021 - PHP
Upgrade to v12
-
Updated
Sep 7, 2020 - Objective-C
-
Updated
Jun 6, 2021 - Python
-
Updated
May 12, 2021 - PHP
-
Updated
Apr 28, 2021 - JavaScript
-
Updated
Jun 7, 2021 - Python
-
Updated
Feb 6, 2021 - C
-
Updated
May 15, 2021 - Python
-
Updated
Dec 11, 2020 - Kotlin
-
Updated
Jun 7, 2021 - Jupyter Notebook
-
Updated
Jun 7, 2021 - C#
-
Updated
Jun 4, 2021 - Python
-
Updated
May 7, 2021 - 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
Describe the bug
I have ActionJobs that generate a lot of different model's which I would love to observe with avo.
There is multiple instances where there is a :has_many relationship, that I don't want to be able to attach myself, since this is the ActionJob's job.
I was expecting the readonly flag to disable attachments on the :has_many fields.
Steps to Reproduce
Steps to reprodu
-
Updated
Jun 7, 2021 - JavaScript
-
Updated
Apr 6, 2020 - C#
-
Updated
May 17, 2021 - Python
-
Updated
Feb 28, 2021 - 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