Linus Unnebäck
Linus Unnebäck
@paulmillr I invite you and anyone else to audit `react-native-get-random-values`, that would be great! I'm not sure exactly how it would work, but I imagine that you would publish the...
Opsec is a very valid concern, whilst I of course use 2fa and follow best practices, a lone open source developer is going to have a hard time to stand...
This is indeed unfortunate and should be fixed! > As I understand it, the change was to support Flutter apps with "add to app" use cases, but I think this...
@koenmuilwijk that's very interesting, could you link the code where this is happening? I would be happy to accept a PR for a better error message!
I'm afraid that this is an underlying issue in the iOS `ASWebAuthenticationSession`. If there is anything that can be done from my side I'd be happy to implement that. More...
@lunaleaps did the internal discussion continue? Currently the documentation doesn't show any indication that `readOnly` is preferred over `editable`: - https://reactnative.dev/docs/textinput#editable - https://reactnative.dev/docs/textinput#readonly In fact, since `editable` comes first in...
@SimenB have you considered the approach in #13521? Instead of having anything specific to Jest, that would then work with any Node.js compatible [loader](https://nodejs.org/docs/latest-v18.x/api/esm.html#loaders). It would also work with all...
At this point it seems like the underlying problem is identified, and that there is nothing that should be changed in `node-fetch`. Happy to re-open if someone disagrees 👍