Skip to content
#

developer-tools

Here are 1,746 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

j-f1
j-f1 commented Jan 8, 2020

@denilsonsa on Trello:

We already have Moment.js documentation. (See Moment.js)
However, it is missing the documentation for moment-timezone, which is an optional part of moment.js.
I imagine the scraper would be mostly the same. You could even group both documentation pagess (moment and moment-timezone) under the same "Moment.js" project insie devdocs.

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

Jemi
Jemi commented Feb 29, 2020

For bugs

  • Rule Id (if any, e.g. SC1000):
    SC2012
  • My shellcheck version (shellcheck --version or "online"):
    Any
  • [*] The rule's wiki page does not already cover this (e.g. https://shellcheck.net/wiki/SC2012)

Specifically, SC2012 wiki should cover the case where ls is being used just to get the number of files matching a certain literal or glob pattern, rather than propagating th

postwoman
debjeetsarkar
debjeetsarkar commented Nov 26, 2019

Is your feature request related to a problem? Please describe.
There is no comprehensive tooling while working with MQTT brokers.

Describe the solution you'd like
A simple interface to connect to an MQTT broker.
Subscribe to topics
Publish to topics

Describe alternatives you've considered
MQTT Lens

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
pared
pared commented Jan 22, 2020

In many places in the tests we create local remote using tmp_path_factory (can be found by looking for RemoteConfig usages). And set it up "by hand". Introducing remote fixture should let us get rid of this boilerplate code. Few notes:

  • consider how to handle non-local remotes, and if we should create such fixture for each kind of remote
  • in erepo, we currently set remote to point to i
george-dotdev
george-dotdev commented Feb 18, 2020

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

mtozjh
mtozjh commented Dec 2, 2019

(
Thank you for contacting us.

If you are reporting an issue with the parsing output, please fill
the following template. As your custom CTags configuration can
affect results, please always use --options=NONE as the first
option when running ctags.

Otherwise, delete the template and write your issue from scratch.
Examples may help developers understanding your issue better.

Use

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.