Darcy Parker

Results 20 issues of Darcy Parker

Can you add some additional references/sources for the A/HC/LC pattern you document? I am familiar with similar standards from BPM (Business Process Management) world where steps are written `verb-noun` format....

Added a new buildr task for the npm version of jslint.

Although `nvm` does not officially support `.node-version` yet (See nodejs/version-management#13, nodejs/version-management#21), you can use a `.node-version` with `nvm` like this: `ln -s .node-version .nvmrc` This works because, `.nvmrc` supports the...

documentation

Depends on https://github.com/sindresorhus/type-fest/issues/284 being fixed. This is still a draft. You can see I inlined @jonahsnider's improved `FixedLengthArray`. (It does not work with existing `FixedLengthArray`)

priority: null
status: postponed

I want to rename the output of the files transpiled by grunt-ts. Unfortunately the rename() method being passed in the usual way is not being called: Note: I am trying...

bug

https://www.npmjs.com/package/node-http2 points to https://github.com/kaazing/node-http2 which no long exists. It originally forked https://github.com/molnarg/node-http2, which notes that as of Node v9, the built in `http2` can be used.

https://github.com/gruntjs/grunt-contrib-connect/blob/main/package.json#L24 `npm WARN deprecated [email protected]: The package has been renamed to open`

Have you considered adding a method like numeric.prettyPrint(), but to output numbers, vectors and matrices (including sparse matrices) in mathml? I think this would be nice for working in Workshop....

In recent releases of Chrome, if you turn on 'verbose' logging for the console, you will see these violations: (Try this with http://dygraphs.com/ as an example) ``` [Violation] Added non-passive...