development
Here are 2,386 public repositories matching this topic...
In = syntax,
- double quotes (
") - back slashes (
\) - non-ascii characters
$ http -v httpbin.org/post \
dquote='\"' \
multi-line='line 1\nline 2' We may or may not need to make changes to these guide based on the news https://www.xda-developers.com/asynctask-deprecate-android-11/
- https://guides.codepath.com/android/Creating-and-Executing-Async-Tasks - Could be kept as is but updated to reflect the deprecation and linking to an updated guide which presents the alternative.
- https://guides.codepath.com/android/Sending-and-Managing-Netw
https://eslint.org/docs/rules/func-call-spacing
When calling a function, developers may insert optional whitespace between the function’s name and the parentheses that invoke it.
Option: "never" (default) disallows space between the function name and the opening parenthesis.
Examples of incorrect code for this rule with the default "never" option:
/*eslint func-call-spacinhttps://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
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
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
The react/display-name documentation doesn't explicitly state it, but the rule seems to accept display names as properties inside components.
=> Documentation needs to be updated
When the displayName was defined as a property, I think the rule should ensure that the declaration is static, so the following case should be rejected:
class Demo extends Component {
displayName
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.
Per #68, and specifically this comment by @donnemartin, it would seem this project is, or means to, deprecate in favor of aws-shell
I still see folks open issues & PRs for this, and perhaps the time has come to place a deprecation notice at the top of the README to discourage that.
-
Updated
Mar 4, 2020
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
Mar 3, 2020
-
Updated
Mar 4, 2020
-
Updated
Mar 4, 2020
Please complete the following:
Link to the page that needs to be updated or changed.
https://docs.lando.dev/basics/installation.html
Reason for change
When installing lando via homebrew, the latest version of Docker is always pulled, which may be incompatible with lando (for example, it is broken at the moment.
[Homebrew has stated
There is no warning about the number of computing resources that a default configuration will take.
Expected Behavior
Indication on the expected computing resources required. Ideally checking the available resources and warning when not enough are available, implying some applications may need to be closed before running a default configuration/workspace.
Current Behavior
The configu
General information
- Minishift version:
minishift version
minishift v1.22.0+7163416
- OS: Linux
- Hypervisor: KVM (in nested VM in VMware)
Steps to reproduce
[root@TSKERCBOFRAP01 ~]# printenv |grep NO_PROXY
NO_PROXY=localhost
minishift start
-- Starting profile 'minishift'
-- Using proxy for the setup
-- Check if deprecated options are used ...
Purpose
I think it would better for Docker container security to not run the main command on a port under 1000.
Idea
Change the Dockerfile to run on 1080 / 1025 instead of 80 / 25. The challenge is that this could break people's usage when upgrading so we'd have to think about this one or save it for a 2.x breaking changes release.
Docker documentation
What version of this package are you using?
Not currently using, but about to import this into a project to replace a lot of the existing rules that are part of this
What operating system, Node.js, and npm version?
node: 10.16.0, npm: 6.9.0, os: macOs Mojave 10.14.6
What happened?
From reading https://github.com/standard/eslint-config-standard/blob/master/eslintrc.json and https:
-
Updated
Mar 3, 2020
-
Updated
Mar 2, 2020
This is a regression caused by #11374
Expected Behavior
Inputs should have clear indicator on they get focus
- Blue border
- Blinking cursor
Current Behavior
- No blue border
-
Updated
Mar 4, 2020
-
Updated
Mar 3, 2020 - Shell
When i need to enter column mode in notepadqq i'm bound ctrl+shift then use the mouse to make the selection.
It would be great if it was possible, like in the original npp, to use the arrow keys without having to move the hands off the keyboard.
Great program, by the way!
Jeff Geerling asked me to log this issue.
On this page on docker it says you need to install vagrant and virtualbox: https://hub.docker.com/r/geerlingguy/drupal-vm/
All the steps on this page is the exact same as the normal drupalvm installation, not the way it is installed on docker.
Thank you
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. "