Jared Forsyth
Jared Forsyth
That would be so cool. In a project I'm working on, a module we depended on w/ semver'd "N.N.x" made a bugfix release that broke our code, and we didn't...
This would be done by creating a new type of plugin, an "auth" plugin. The auth plugin would specify the `passport` strategy for authentication. It might just be as simple...
I know that many companies like to be able the mark the "build number" that a bug was fixed in. And it wouldn't be hard to implement.
## Commit Layer **Update** Manual jobs should get commit meta-data. ## Deploy only job Do we let users deploy without testing? In that case, there could be strangeness if they...
This basically means all you need is to clone the repo and do `cd bspacks; ./bspack.js` and it will All Work™ I think this is a much smoother workflow... lmk...
Except using `lwt` instead of promises? orr we could not tie it to anything in particular and have it construct calls to `async_map fn (val)` so you could do `let...
taking over from https://github.com/facebook/reason/pull/1206 The purpose of this is to allow you to "export" values from your `.re` (or `.ml`) file directly, instead of going through a separate `.mli` file....
Global State
Thanks for writing re-frame! It's super awesome. It would be nice to have the option of not using global state (the event queue, the `key->fn` handler functions atom, `undo/redo-list`, `id->fn`...
persistgraphql's serialization always puts fragments at the bottom, whereas apollo-client matches the source. So if you have a query like ``` fragment Y on Z { # etc } query...
It looks like there's been some work done in extending PEG generators to support error recovery (producing a syntax tree even in the face of some syntax errors) -- see...