development
Here are 2,527 public repositories matching this topic...
It's not clear from the website's documentation, or the --help
output, how to do the following equivalent curl task:
Post a raw JSON query to ElasticSearch:
curl \
--header "Content-Type: application/json" \
--request POST \
--data '{ "_source": [ "restricted_countries.*" ], "query": { "match_all": {} }, "size": 1000 }' \
'http://localhost:9200/_search'
T
Currently, the documentation for creating a settings page with PreferenceFragment covers using the old Android Support v7 library, which has since been deprecated in favour of AndroidX's Preference library.
https://eslint.org/docs/rules/use-isnan
This is a proposal to modify the use-isnan
rule.
Current rule setting:
use-isnan: "error"
Proposed rule setting:
["error", {"enforceForSwitchCase": true}]
The switch
statement internally uses the ===
comparison to match the expression's value to a case clause.
Therefore, it can never match _case NaN
. Also, `swit
https://mybinder.org/ Should I make a binder ? :) Or if there is a binder link, it's well hidden.
Setting selection color to non-transparent color (e.g. #0000ff
) covers text in canvas but not when using webgl addon.
Details
- Browser and browser version: Chrome 80.0.3987.122
- OS version: Windows 10
- xterm.js version: 4.4.0
Steps to reproduce
- Go To https://cod
Correct the terminology used in code and documentation so that it is consistent with HTTPie and web standards. Examples:
- body parameter -> data field
- operator -> separator
It'd be great to have a CDK or SAM template to set up all required resources in 1 click/command to run n8n on AWS.
I'd imagine it'd include something like:
- RDS Postgress/ DocumentDB (in lieu of MongoDB)
- ECS Fargate setup (to run the container)
- Cluster
- Task
- Service
- Security groups
I think the work you've done on this is amazing. Seems like a great project, but your README is a bit bloated and hard to decipher. Might I suggest you condense it down into a set of readable chunks and maybe link off to the wiki for the more detailed bits.
Its only my opinion, but I find that answering the following questions, in order, helps to simplify docs.
- who? - who wrote the p
I want to use eslint's autofix to fix layouts only.
Like this: eslint --fix --fix-type layout
(--fix-type: https://eslint.org/docs/user-guide/command-line-interface#fix-type )
To work that one plugin's rules must contains the type field.
( the type field: https://eslint.org/docs/developer-guide/working-with-rules#rule-basics )
Are there any reasons why this field cannot be added?
It would be great if a new message, appearing automatically via WebSockets, also triggers notifications via the Notifications API.
https://developer.mozilla.org/en-US/docs/Web/API/Notifications_API
Cautionary: There should also be some kind of grouping/throttling for massive batches that arrive all at once.
Some command outputs don't look great on a dark background:
Originally reported in donnemartin/saws#18 by @sesas
This issue is...
- Edit typos or links
- Inaccurate information
- New Resources
- Suggestions
- Questions
- Enhancement
- Comments
Description
- TC39에 대한 이해
- npm / Node.js / V8 etc..
Currently, when resizing the terminal window where HTTPLab is running, you may get this:
2017/10/12 12:42:44 invalid dimensions
when the size of the window is too small, a better error message should be displayed.
-
Updated
Oct 7, 2019
Let's write a guide to show how to set up the wp
cli tooling to know about the app webroot and app URI.
Similar to what we do here for drush
, but as a specific guide.
inspiration: lando/lando#2080
-
Updated
Apr 16, 2020
-
Updated
May 7, 2020
On windows, mocha chokes on your test command. Use the following. The --
is necessary for windows batch wrapper
"scripts": {
"test": "./node_modules/.bin/istanbul cover node_modules/mocha/bin/_mocha -- -R spec"
},
Docker documentation
error: Missing or incomplete configuration info. Please point to an existing, complete config file:
General information
i am installing kubernetese in ubuntu 18.04. first i installed kubect, then virtual box than minikube. when i check the version of kubectl it gives the following error..
- Minishift version:
- OS: Linux / macOS / Windows
- Hypervisor: KVM / Hyper-V / VirtualBox / hyperkit
error: Missing or incomplete configuration info. Please point to an existing, complete
What version of this package are you using?
"eslint-config-standard": "^14.1.0"
What operating system, Node.js, and npm version?
node.js is 10.18.0 and npm version is 6.13.4
What happened?
when i use this npm with eslint, it get something wrong to notice me the errors in the javascript file of my project.like this error:
1:1 error Definition for rule 'no-async-promise-ex
-
Updated
Sep 24, 2019
-
Updated
Feb 24, 2020
Screencast
the cloud-init-output.log
is loaded after for a long time the stack is initialized first or clicked show build log
button
-
Updated
Jan 6, 2020
-
Updated
Jan 15, 2020 - Shell
Is your feature request related to a problem?
"DevSpace should use the current docker behavior for dockerignore:
Dockerfile + .dockerignore
Dockerfile + Dockerfile.dockerignore
Dockerfile.frontend + Dockerfile.frontend.dockerignore
"
Which solution do you suggest?
Delegating the dockerignore file search to Docker if possible, otherwise copying the behavior as best as possible
-
Updated
May 21, 2020 - JavaScript
Improve this page
Add a description, image, and links to the development topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the development topic, visit your repo's landing page and select "manage topics."
A description is incomplete. It should mention:
These patterns are not competing, but complementing each other. To achieve availability, one needs both fail-over and replication.
right after
"There are two main patterns to support high availability: fail-over and replication. "