-
https://github.com/rwjblue/ember-cli-cjs-transform/blob/master/src/cjs-transform.js#L19
Line above assumes username exists, but if for example "ember test" is run with
`docker run --user $(id -…
raido updated
5 years ago
-
In my Gulpfile the update date is written in the first line of the CSS file. Can I specify that Changed should ignore a part, e.g. the last line with the source map line?
My Gulpfile v4: https://gi…
ghost updated
3 years ago
-
Some menu item locations are incorrect based on Mac design patterns, as well as default shortcuts.
For example, "Settings" should always be in the named dropdown (ex. "NetPad") and should always ha…
-
### Before Submitting Your Bug Report
- [X] I have verified that there isn't already an issue reporting the same bug to prevent duplication.
- [X] I have seen the [FAQ](https://github.com/p0deje/Macc…
-
This is a regression from previous behavior seen in most recent build.
When `sindresorhus/pure` theme is enabled, typing commands is either delayed or commands are not echoed to the screen, dependi…
-
I've come to dislike `switch` because it's become so noisy and verbose over plain if/else, even if I have to repeat the condition multiple times.
This:
```js
if (event.key === 'Tab') {
sh…
-
With https://github.com/sindresorhus/atom-ava/pull/8, you have to go into the test file you want to run. Would be nice if you could run all tests in a project from anywhere in the project, even if no …
-
Hey @dob,
Firstly, I want to express my gratitude for developing this remarkable resource; it's invaluable. I've been thinking about ways to enhance its visibility and user engagement. One idea tha…
-
Look into how to best provide multiple configs and plugins. I'm guessing composing based on use case may be better than a kitchen sink approach? client vs server seems used in a few spots, like here…
-
With the current system, a req is retried infinitely until we get a success response. Accepting a timeout would be good to break the loop of retrying.
Faced this recently when writing a few jest te…