Ben Orgera

Results 4 comments of Ben Orgera

Haven't tried yet but with some nightly features i think this exists here: https://github.com/anowell/interpolate

This is the issue of react native running in browser environment, not having the Node.js builtin deps. See [here](https://stackoverflow.com/questions/29836434/requiring-unknown-module-crypto-in-react-native-environment) or [here](https://stackoverflow.com/questions/66430347/stream-module-in-react-native). To fix: `npm i --save-dev rn-nodeify` Add postinstall script...

Has any progress been made on this? Just switched from bash to zsh and am being plagued by ownership of files in `/usr/local/share ` when switching between accounts. As is...

As my user is the owner of the files which compaudit complains about, I only get the warnings when running as root, ie. after sudo -s. The proposed solutions in...