Skip to content
#

developer-tools

Here are 1,782 public repositories matching this topic...

techsin
techsin commented Apr 22, 2019

Tell us about your environment:

  • Puppeteer version: 1.14
  • Platform / OS version: Windows
  • Node.js version: 10

What steps will reproduce the problem?
try to pass a promise to await page.waitForResponse(response => condition) instead of urlOrPredicate.

What is the expected result?
expect async function to work

What happens instead?
no waiting as promise

httpie
nhooey
nhooey commented Mar 6, 2020

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

exterkamp
exterkamp commented Jan 31, 2020

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 \$\$.

bcmn
bcmn commented Jun 12, 2019

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

iamnewton
iamnewton commented Feb 21, 2017

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
efiop
efiop commented Mar 17, 2020

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
DrLuke
DrLuke commented Jul 26, 2019

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

e-gaulue
e-gaulue commented Feb 13, 2020

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

sleungcy
sleungcy commented Mar 13, 2020

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.

pragmaware
pragmaware commented Mar 9, 2020

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

Improve this page

Add a description, image, and links to the developer-tools topic page so that developers can more easily learn about it.

Curate this topic

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."

Learn more

You can’t perform that action at this time.