Alexandre Lacheze
Alexandre Lacheze
Hope is here : [doctor](https://github.com/jdeal/doctor)
After some time of investigation, I realized that, when the animation is no-op (ie `position` is already at `toValue`), there is a race condition between [resetting `isManuallySetValue` to 0 when...
An other solution would be to use only imperative methods rather than relying on `onChange` see https://github.com/rgommezz/react-native-scroll-bottom-sheet/pull/54
I ran into this when downloading files from `files.slack.com` (a file uploaded to Slack): ``` curl -I --cookie "xxxxxxxxxx" https://files.slack.com/files-pri/T029MPGH6-F4NPHFJDS/download/pasted_image_at_2017_03_23_16_59.png HTTP/1.1 200 OK Content-Type: image/png Content-Length: 28292 Connection: keep-alive Accept-Ranges:...
Another POV: should `parse` fail when content-disposition header contains a parameter which field is not decodable? Shouldn't it only ignore the parameter and move on? (in my case i was...
Definitely! 👍 _Opened https://github.com/jshttp/content-disposition/issues/14_
Has anyone considered / tried to use v8 snapshots like [Atom did](http://blog.atom.io/2018/01/10/the-state-of-atoms-performance.html)?
@youssmak GH closed it automatically by misinterpreting a contribution on a private repo. It can be reopened.
### With electron 1.7.8 ❌ The extension does not seem to load. Errors in injected script : ``` VM156 concatenated_js.js:38565 Uncaught TypeError: chrome.extension.sendRequest is not a function at setupGroove (VM156...
```ts // responsible to provide assets (files, manifest..) of a given extension interface ExtensionAssetsProvider { extensionId: string asycn getManifest: () => object // readfile('main.html') will find `main.html` in extension folder...