Andrew Bradley
Andrew Bradley
Also wanna drop this here, yarn 2's plugin-compat actually applies a patch to typescript to support yarn2 pnp. They do it via a diff file which is applied to the...
Ok, cool, thanks for the quick replies. What if I helped write a PR that uses Travis CI to automatically build the docs and push to a gh-pages branch? Would...
@incompl Can you label http://nibstyl.us as unofficial or link to the official docs? I came back to nib after a long time away, Googling took me to that site, even...
I'm guessing it's abandoned? Can we add new maintainers, or should we start a fork? I made some security fixes over here: https://github.com/cspotcode/speccy https://github.com/cspotcode/speccy/pull/1 Note that I removed the `serve`...
Speccy should be migrating JSON schema `"definitions"` into the spec's `"components/schemas"` object, right?
Yes, the underscores are intentional. Big idea is that these should be the same: ``` grunt.config('foo').bar.baz grunt.config('foo.bar.baz') ``` I added a failing test here: https://github.com/cspotcode/grunt/commit/912be5c40bd956695b781720f13254dfdc4cb16f In me example from above,...
I'm thinking of this as a building block to be used by tasks such as `grunt-force` and `grunt-newer`. Currently grunt's core doesn't expose any sort of API for doing this...
According to #1403 (specifically [this comment](https://github.com/gruntjs/grunt/issues/1403#issuecomment-159063720)) this sounds like a good candidate for 0.4.7. It's a very simple fix and makes the grunt API less surprising. 0.4.6 already has a...
Any chance of getting this merged? Is there anything I can clarify or update? Are there any problems that prevent merging? I've signed the CLA; @jquerybot's commit status is incorrect.
Let me know if you need guidance on the best way to use our ESM loader.