Philipp Kursawe

Results 134 issues of Philipp Kursawe

https://github.com/github/fetch/blob/8f48ca686f9564bf52704e0e4b410ca970b17031/fetch.js#L53 I just ran into an issue with a rogue server that sends a white space delimited response header. My tests never caught this issue, because node-fetch safely ignores invalid...

I wonder whats the technical reason, native exceptions can't be passed as event to the JS side @a7ul? An explanation in the readme would be interesting.

### Description I know its described in the docs, that the autoplay prop only affects the component on mount. In a full declarative way this is kind of unexpected and...

When a function returns a promise all its error handling should result in promise rejections. For instance this could would have an exception thrown when not using `await` and proper...

It seems it would make sense to allow clients to request resources with either json, url encoded or form data. All three could be allowed by the API. Currently the...

Using ```es6 validate: { type: "form", body: { start: Joi.date().iso().greater("now"), } } ``` The form input of `start="2018-10-10T10:00"` or `start="2018-10-10T10:00Z"` both lead to > `child "start" fails because ["start" must...

It seems the iOS camera app can hide the volume slider overlay when its active and the user presses the volume buttons. Is there a way to achieve this too...

This plugin seems to be only able to translate pages and posts in whole, not individual parts using liquid directives like `{% t key %}`?

has solution to be documented

When parsing the options I wandered why they differ from the ones seen in vercel retry. Then I checked that this library uses retry instead of vercel retry. Any reason...