Greg W
Greg W
https://developers.google.com/+/api/auth-migration#timetable According to this the userinfo endpoint will be fully removed, which will break the google oauth.
This adds in the new future proof endpoint and should resolve #69. Additionally, this adds in support for specific fields, much like Facebook.
``` 45416 ms: Mark-sweep 1232.9 (1380.3) -> 1231.9 (1376.3) MB, 827.6 / 0.0 ms [allocation failure] [GC in old space requested]. 46303 ms: Mark-sweep 1231.9 (1376.3) -> 1231.6 (1334.3) MB,...
https://codesandbox.io/s/breaking-watch-ct246n If you attempt to use async/await in watch it'll break the cleanup cycle. I added a quick test locally and fooled around with it and can avoid the issue...
I've tried multiple combinations based on the docs and error messages. ```js repo .releases .create({ tag_name: version, target_commitish: 'master', name: version }) .then(release => { release.upload({ name: 'chrome.zip', label: 'Chrome...
Thanks for making react-plx. I've ran into a semi-serious feature that doesn't yet exist in that all scroll events are expected to come from the window. This makes it impossible...
```ts import { LTTB } from 'downsample/methods/LTTB' const t = LTTB([[1,2]], 1) // Is an array console.log(Array.isArray(t)) // Is not typed as an array t.map(console.log) ```
I tried 8, 4, and 2 processes and in every case I was seeing worse performance using this than letting eslint just run in 1 process. The build without is...
I tried using both x86 and x64 for compilation ``` Using https://rocks.moonscript.org/lua-cjson-2.1.0-1.src.rock... switching to 'build' mode cl /MD /O2 -c -Folua_cjson.obj -IC:/lua/5.1/include/ lua_cjson.c -DDISABLE_INVALID_NUMBERS Microsoft (R) C/C++ Optimizing Compiler Version...
``` results for 10000 parallel executions, 1 ms per I/O op file time(ms) memory(MB) promises-creed-generator.js 197 27.93 callbacks-baseline.js 199 36.64 promises-bluebird-generator.js 263 32.20 promises-cujojs-when-generator.js 270 42.90 promises-creed.js 342 52.79 promises-creed-algebraic.js...