Jake Champion

Results 156 comments of Jake Champion

This project does not provide a polyfill for `blob`

@FokkeZB and/or @apisim -- Which browser or runtime has `Headers` defined but does not have `fetch` defined?

Resolved via https://github.com/JakeChampion/fetch/pull/1358

Closing as a duplicate of https://github.com/github/fetch/issues/746

>And... you can write the Cookie and Authorization header value? in the web browser it is not possible for security reasons. This polyfill works in more places than browsers, which...

999 is not allowed according to the fetch specification, can you try using the native fetch function and see what happens please?

Thanks for the above code. If you construct a Response in JS directly and not via fetch it will error: ```js new Response('',{status:999}) // Uncaught RangeError: Response constructor: Invalid response...

I think it would be perfectly fine to document that the auto-merge should be one of the first steps in a workflow, and that it should definitely run before any...

@alexwilson, it looks like this also happens if there are no *required* checks on a project. -- https://github.com/Financial-Times/origami-specialist-title-logos/pull/66

> Yeah, I'm not sure what we should do in that case @JakeChampion. Is using this library a fair enough intent that a user _does_ want something to be merged,...