developer-tools
Here are 1,746 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' @denilsonsa on Trello:
We already have Moment.js documentation. (See Moment.js)
However, it is missing the documentation formoment-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.
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 bugs
- Rule Id (if any, e.g. SC1000):
SC2012 - My shellcheck version (
shellcheck --versionor "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
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
Dynamic Headers
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
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 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.
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();
})
-
Updated
Mar 4, 2020 - Python
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
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.
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
Description
Large numbers are not too human readable. For example 90000000 is not clear, it is not immediately visible is it 9 million, 90 million, or 900 million. Alternatives like "90 000 000", "90M" would be far more readable.
How to reproduce
vprof -c h python-script.py
Actual results
Popup window has Run count: 90000000
How do I get a list of all terraform commands if I want to prepend an environment variable to all terraform commands? Should we add a built-in function to return list of all the terraform commands?
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.
(
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
Tests can use gitkube cli to install and uninstall as well as manage remotes.
-
Updated
Mar 3, 2020 - 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
Mar 1, 2020 - 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