developer-tools
Here are 1,782 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
No description provided???
The double dollar assertion: https://github.com/GoogleChrome/lighthouse/blob/e87a8b76e66208be0266c6e3a3b648dbebe79521/lighthouse-core/scripts/i18n/collect-strings.js#L344
Is a bit aggressive, it should check for basic $$ but allow $ICU_0$$ICU_1$. This should be validated with regex like \$([^$]*?)\$ and asserting that each capture group isn't empty instead of a more basic \$\$.
For new checks and feature suggestions
- shellcheck.net (i.e. the latest commit) currently gives no useful warnings about this
- I searched through https://github.com/koalaman/shellcheck/issues and didn't find anything related
Here's a snippet or screenshot that shows the problem:
#!/bin/bash
if [ "$(find "$i" -type l | wc -l)" -eq 0 ]; then
Her
Dynamic Headers
It would be great if we could create dynamic headers.
for example, some APIs may use a nonce and then based on the nonce we would need to create the hash and also update headers with that hash.
Request in source-foundry/Hack#230 (comment)
$ brew tap caskroom/fonts
$ brew cask install font-hack
Description
Bit does not generate docs for React TS components.
for example:
https://bit.dev/eden/react-ts-demo
Specifications
- Bit version: 14.7.4
- Node version: 10.15.3
- npm / yarn version: 6.4.1 / 1.16.0
- Platform: macOS
- Bit compiler (include version): bit.envs/compilers/react-typescript@3.1.44
- Bit tester (include version):
Context and additional inf
Expected behavior
online docs should show that portForward contains an array (just like "profile").
Actual behavior
Instead the docs show that portForward is a dict. It is missing the prefix "-" to show it is an array.
Information
- Skaffold version: 1.2.0
I couldn't load and build the project using the latest qt creator and the wiki guide for building, i think it's out dated, please update and add more details for beginners who want to contribute.
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
There are three colours in the playback progress indicator -- the current time, the hovered time, & the background colour. The WCAG contrast ratio (not normally applied to two non-font elements, but 🤫) doesn't pass on simply the current + background colour, never mind the intermediary hover colour.
<img width="170" alt="Screenshot 2019-06-12 at 22 26 44" src="https://user-images.githubuserconte
-
Updated
Mar 20, 2020 - JavaScript
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
Provide man pages
Is this a bug report or a feature request?
bug
Version Info
- Version of Majestic: v1.6.2
- Version of Jest:
- Version of Node:
- Operating System:
Reproduction Repo
Create a unit test with two describe blocks and each describe block place the a test with the same name.
describe('block 1', () => {
it('test name', () => {
expect(true).toBeTruthy();
})
If /home is a link, powerline-shell doesn't show ~ when in home directory. Instead it shows "....ssh/home/username/%"
I looked at this briefly and I think the issue is in segments/cwd.py.
Current dvc version output is ugly, we could definitely do better:
DVC version: 0.89.0+9e96dd
Python version: 3.7.0
Platform: Linux-4.15.0-88-generic-x86_64-with-debian-buster-sid
Binary: False
Package: None
Supported remotes: azure, gdrive, gs, hdfs, http, https, s3, ssh, oss
Cache: reflink - not supported, hardlink - supported, symlink - supported
Filesystem type (cache director
The installation tells the user to run pip with sudo:
If you are not installing in a virtualenv, run with
sudo:$ sudo pip install saws
This is will break package managers on some (if not most) distros, as it will install packages into the system's global site-packages. If a package manager now tries to install a package that alread
Affected Projects
React, but maybe all
Describe the solution you'd like
Would it be possible to have an example on how to set DataSearch value from external JS code keeping it uncontrolled (if it's possible) and another one with a DataSearch controlled by App.
Additional context
Sometime we have full external script (like get the current calling number/IP from a switch) and pa
OS specific run_cmd
since terragrunt support multi platforms including windows, linux, and macOS.
Is there a way I can determine the the platform before run_cmd function? For example it should run the .bat rather than the .sh in windows, a different version of the .sh on macOs.. etc.
This is pretty self explanatory, but code runtimes show with many decimal places on the UI. It would be nice to show only to the closest nanosecond or microsecond (perhaps this could be user selectable).
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.
Some users have been asking me for simple usage instructions for ctags and I couldn't find them. It would be nice to have a "getting started" guide that shows how to run ctags on a tree of sources, to turn on/off languages, kinds and fields and maybe how to hook everything up with an editor. It should be pretty short and condensed with eventual pointers to more information for deeper understandin
Hi,
It seems like naming a remote is subject to certain limitations as groupadd is executed (potentially 32chars?).
Example
apiVersion: gitkube.sh/v1alpha1
kind: Remote
metadata:
name: app-remote
namespace: my-really-really-really-long-nsk logs po/gitkub-
Updated
Jan 9, 2020 - Python
-
Updated
Dec 28, 2019 - JavaScript
Description
npkill lists the home directory as a node_modules directory:
Reproduction
- Run
npkill --sort size. - Wait for search to complete.
- Do other tasks, and return to the process.
/Users/user/.will appear on the list.
-
Updated
May 9, 2017 - JavaScript
Improve this page
Add a description, image, and links to the developer-tools topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the developer-tools topic, visit your repo's landing page and select "manage topics."

Tell us about your environment:
What steps will reproduce the problem?
try to pass a promise to
await page.waitForResponse(response => condition)instead ofurlOrPredicate.What is the expected result?
expect async function to work
What happens instead?
no waiting as promise