Daniel Janus
Daniel Janus
Hi, Daniel from [WorksHub](https://functional.works-hub.com) here. First, let me express our gratitude for pushy – it powers navigation in our app and is an excellent little piece of software. Many thanks!...
### Description When an app includes a functional component which calls `React.useEffect` with a cleanup callback, and that callback throws an error when called, the following is produced in the...
# What this PR does [RFC 7231 Section 3.1.1.1](https://www.rfc-editor.org/rfc/rfc7231.html#section-3.1.1.1) allows the charset specified in the `Content-Type` header to be a quoted string. We want `detect-charset` to return unquoted charset names,...
**Bug report** ## What Requesting https://polyfill.io/v3/polyfill.js?features=fetch on Chrome iOS returns a polyfill for fetch, even though Chrome supports the fetch API natively. ## Details To reproduce: 1. On an iOS...
This is more of a loose idea than an actual feature request, so feel free to close if it's out of scope. I'd like to use pixz as a kind...
When a processor puts a key that's not a keyword into context, Skyscraper gets confused and errors in `extract-namespaced-keys`. Either we should allow such keys, or disallow them and bail...
`WORLD` should not be in the dictionary. Screenshot posted by @jfedor2 on Facebook: 
The generator produces this from OSPS (actually with more variants): ```resinkwia,siwerniak,fk,la,kt,de,ts,ić``` but the dictionary does not contain `driwe`.
# What This PR allows to pass a function instead of a map to `translate` for interpolation. E.g. assuming `translate` is a result of calling `build-translate`, where previously you could...