Kyle Robinson Young

Results 25 issues of Kyle Robinson Young

Running the command: ``` npx ember-cli new hello-glimmerx --blueprint @glimmerx/blueprint ``` and then `npm start` in the project resulted in the error: ``` ERROR in ./src/index.js Module build failed (from...

Probably a good idea to pick or create actual packages to install, update and remove in the test suite. The current tests just double check the results but don't actually...

enhancement

If you have a task that is configured to read targets as functions, it works fine. But when `verbose` is enabled, the function gets treated as a src array here:...

ready

Ref: https://github.com/gruntjs/rfcs/pull/1 This implements an **internal** deprecations API that displays a warning in the console if one of the deprecated APIs are used. To hide deprecation warnings, use `--hide-deprecations` on...

- [ ] JavaScript - [ ] Async/Await - [ ] Loops - [x] [Functions (including call/apply)](https://www.youtube.com/watch?v=jEx9V4uUcg0) - [x] [Arrays](https://www.youtube.com/watch?v=KhQkErkEips) - [x] [Promises](https://www.youtube.com/watch?v=g90irqWEqd8) - [x] [Callbacks](https://www.youtube.com/watch?v=qN0dkXj7jc0) - [x] [Timing](https://www.youtube.com/watch?v=YmaFAKUFmp0) -...

Hey @maxogden! Do you want to guest on a screencast about creating Electron apps and talk about screencat? Let me know. Thanks!

Hi! Thanks for writing this task! I was helping a user today in irc #grunt with issues getting started with this jsbeautifier task. His confusion was because this task implements...

enhancement

https://github.com/gruntjs/grunt/compare/7c4de95b40c3%5E...a278d5bfc46e

enhancement

Corresponds and should be released along with this PR: https://github.com/gruntjs/grunt/pull/1625

**Problem** People don't seem to like the `watch` event. I admit it is a bit cumbersome as the one event that handles all watch targets and is separate from where...

enhancement