Emily Marigold Klassen
Emily Marigold Klassen
This would need more documentation, and idk if you're fine with the option names. But it works, and I like the color ones because they take up less screen real...
In the developer console, when I click the checkbox in the settings, I see ``` instead of passing the 'disabled' prop directly to the input component, it should be passed...
File: [compose/cli-command-compatibility.md](https://docs.docker.com/compose/cli-command-compatibility/) When enabling the "use compose CLI v2" flag, i noticed that some of our scripts failed - specifically, `docker-compose kill`, when no services are running, returns a `1`...
Please fill in this template. - [x] Use a meaningful title for the pull request. Include the name of the package modified. - [x] Test the change in your own...
Discovered via the definitelytyped definition - https://github.com/DefinitelyTyped/DefinitelyTyped/pull/61001 : https://github.com/lodash/lodash/wiki/Changelog#v400 > Made `_.words` chainable by default Changed in https://github.com/lodash/lodash/commit/2cb4829536fa31fadfa577aa5115e724b91224cc
Alternative to #142 Also, using this, i'm able to get the fonts to build on macOS, via ``` brew tap bramstein/webfonttools brew install fontforge ttfautohint woff2 sfnt2woff ```
Just an idea I'm throwing out: it would be nice to add in suggestions for synonyms and typos when someone can't remember the name of an assertion correctly. In my...
Ideally, the toplevel of `.atom-build.json` shouldn't be a build path, but instead be settings to use and override the default settings. Or, these settings could be stored in some other...
From https://prettier.io/docs/en/ignore.html : > Use โprettier-ignoreโ comments to ignore parts of files. So, I expected a comment like this ```sh #!/usr/bin/env bash # prettier-ignore die() { echo "$*" 1>&2 ;...
If `shouldContinue` returns `true`, but the masterTimeout has fired, polling continues. Let me know if you're unable to reproduce, and I'll create a test case.