David Bushong
David Bushong
There've been a bunch of changes since 1.1.8 on npm registry; please update
uses "unknown" instead of "any" for the non-string case to show that we won't be poking into the contents, just serializing them --- _This PR was started by: [git wf...
Per my comment here: https://github.com/jergason/flipjs/commit/ead446dd807f2af9f28a43315b8e2755986f9aef#r28131956 Any reason why B **needs** to flip badly?
Currently `syncWith()` takes no options, AFAICT. (Contradicting the docs, BTW) It would be nice to be able to bidirectionally link two objects that don't share the same interface. Unfortunately, the...
Fixes #151 Does not include test coverage, but adding it would mean a number of large copy-pastes or a significant refactor of `src/edit-github-blob-test.ts`
If a target repo has branch protections on, currently the code always creates a branch, even if you have `create-pullrequest: false` However, if you know your `COMMITTER_TOKEN` has permissions to...
See: https://github.com/groupon/swagql/pull/15#pullrequestreview-355939279
Some REST APIs like to respond with non-2XX status codes, and sometimes they have important details you need in the response headers (two separate issues, but related when you get...
Add test for basic functionality when you `require('assertive')` in a browserified environment
``` coffee assert.deepEqual { x: 42 }, { x: 42, y: undefined } ``` ``` Error: deepEqual {"x":42} failed on something that serializes to the same result (likely some function)...