Adam Keating
Adam Keating
Hi, I'm reviewing this and I noticed this diff. Seems like somehow a `package.json` diff is blended into one for this binary file? Repro: diff 1.5.13 -> 1.6.0 but I...
Please publish a new release `0.8.5` that includes changes merged on Mar 13th (#38) (plus anything newer if need be). Thanks!
This pr updates this template so it works out-of-the-box with the current version of [aws-lambda-rust-runtime](https://github.com/awslabs/aws-lambda-rust-runtime).
Steps to repro: 1. cargo run --example todos 2. Observe default single "Hello" 3. Add another todo "two" 4. Add another todo "three" 5. Observe that two "Hello" are displayed...
Thanks for putting this together. I notice `absinthe-phoenix-js` relies on the phoenix `Socket` lib, layering on subscriptions. The main methods return promises (`connect`, `subscribe`, `unsubscribe`). These promises are resolved or...
Uses recursive glob for `prettier` invocation. Quotes glob so prettier handles glob expansion instead of shell. https://github.com/prettier/prettier/issues/2078#issuecomment-307539076 Existing glob only expands to `src` and not sub-directories on zsh. This change...
### Version 29.7.0 ### Steps to reproduce 1. Clone my repo https://github.com/akeating/jest-expect-isequal-perf.git 2. `npm install` 3. `npm test` ### Expected behavior expect.isEqual with large Float64Arrays performs inline with lodash at...