developer-tools
Here are 1,906 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
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
I can't check shellcheck.net because it requires JavaScript.
Here's a snippet or screenshot that shows the problem:
#!/bin/sh
set +x
Maybe related to how the page causes a PROTOCOL_TIMEOUT?
From https://bugs.chromium.org/p/chromium/issues/detail?id=951684
-
Updated
Jun 12, 2020 - Vue
Request in source-foundry/Hack#230 (comment)
$ brew tap caskroom/fonts
$ brew cask install font-hack
Currently, if look at the windows_e2e tests on circle under the write e2e files
step, you will see this warning:
Error autodetecting timing type, falling back to weighting by name. Autodetect no matching filename or classname. If file names are used, double check paths for absolute vs relative.
Example input file: "e2e\\api\\add-many.e2e.1.ts"
Example file from timings: "C:\\Users\\****
Hi, I just upgraded at the latest version and having issues during the new "Waiting for deployments to stabilize" stage. It seems that Skaffold is trying to get infos about resources outside the user's namespace, but I'm not sure. Anyway, it worked perfectly before, with Skaffold v1.5.0.
The only way to make it to work with 1.6.0 version, is turning off the status-check with `--status-check=f
-
Updated
Jun 5, 2020 - JavaScript
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
When the user filters the amount of items in the left list decreases. It would be nice, also as motivation to watch more session videos, to know how much videos are left in the left list, e.g. when I activated the unwatched
filter.
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
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();
})
Do you want to request a feature, a new application detection or report a bug?
new application detection
**Is your issue about WebExtension driver (Chrome & Firefox), the website, the NPM driver or the bookmarklet
Extracted from iterative/dvc#3608 (comment)
To match docs, where options have been ordered manually from more to less important (at least that's the idea).
Example difference:
λ dvc commit -h
usage: dvc commit [-h] [-q | -v] [-f] [-d] [-R] [targets [targets ...]]
...
optional arguments:
-h, --help show this help message and
On the default settings, each segment is padded on either end by a space " ". This adds visual appeal and clarity. On the other hand, it adds two characters per segment. It'd be nice to customize this option for users who want powerline to span fewer characters.
Would a left_pad
and right_pad
option be useful?
(PS. This project is awesome. Thanks!)
Some command outputs don't look great on a dark background:
Originally reported in donnemartin/saws#18 by @sesas
Affected Projects
React
Is your feature request related to a problem? Please describe.
Was looking through the change log and the new documentation but could not find any reference to the deprecated DataController.
Describe the solution you'd like
Would be great to get some documentation on the recommended way to migrate from using DataController to not using it.
**Descr
In my terragrunt.hcl I have:
remote_state {
backend = "s3"
generate = {
path = "backend.tf"
if_exists = "overwrite_terragrunt"
}
config = {
bucket = "states"
key = "${path_relative_to_include()}/terraform.tfstate"
region = "eu-west-1"
profile = "my-profile"
encrypt = false
}
}
When running terragrunt, the generated backend.tf i
When deploying on clusters with mixed Linux and Windows nodes, it's necessary to put a nodeSelector constraint to ensure that only nodes with the matching OS type get chosen by the scheduler.
The following should be added in the deployment specs for all the Linux deployment templates.
nodeSelector:
beta.kubernetes.io/os: linux
Similarly Windows packs will need:
`beta.kub
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
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).
-
Updated
Jun 11, 2020 - JavaScript
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.
When deploying hasura example - mono repo with k8s, git push is failing with
$ git push minikube master
default-myremote@172.17.0.2: Permission denied (publickey).
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.
When creating myremote, I have used ~/.ssh/id_ras.pub and it wasn't changed. Not sure wh
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.
The unit confusion
- Share good stories. Enhancement - share link by email
- Send to mobile. Enhacenement - use pushbullet api to push link to user's phone
- Send to Text-to-Speech reader on android - I use " @voice " on my android to have HN articles read to me while I drive. Can we push article links using pushbullet api to your phone and to your TTS app?
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