easy
Here are 927 public repositories matching this topic...
-
Updated
Jul 28, 2021 - TypeScript
-
Updated
Jan 19, 2021 - Java
-
Updated
Jul 29, 2021 - Python
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
Jul 31, 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
Jun 6, 2021 - Python
-
Updated
Jul 15, 2021 - PHP
-
Updated
Apr 28, 2021 - JavaScript
-
Updated
Jul 11, 2021 - Python
-
Updated
Jun 14, 2021 - C
-
Updated
Dec 11, 2020 - Kotlin
-
Updated
Jul 28, 2021 - Jupyter Notebook
-
Updated
Jun 7, 2021 - C#
-
Updated
Jun 10, 2021 - Python
-
Updated
May 7, 2021 - C++
Describe the bug
Generate avo:resource with a model inside namespace raises Zeitwerk::NameError.
Steps to Reproduce
Steps to reproduce the behavior:
- Create a model inside a namespace like
rails g model Questions::Repo
- Run rails and go to avo admin homepage
- In resource section, avo shows this command:
bin/rails generate avo:resource Questions::Model
- Run that comman
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
Jun 22, 2021 - Python
-
Updated
Jun 16, 2021 - JavaScript
-
Updated
Apr 6, 2020 - C#
-
Updated
Mar 10, 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
jest
entry in any siblingpackage.json
and print a warning that it is ignored.If using
--config
we should not warn.Motivation
Helps the user have correct and consistent