David Callanan
David Callanan
This is literally the only package I have found that supports webcrypto with react native... But I really need to be able to generate the following RSA key (for compatibility...
What encryption type is used by this library? I would like to use `RSA-PSS` to match my webcrypto code: ``` await crypto.subtle.generateKey( { name: "RSA-PSS", hash: "SHA-256", modulusLength: 4096, publicExponent:...
Make changes to simplify the make file. - Get rid of `&& \` from end of each line. - I think there was something else.
This is the potential solution to #2 `x86_64-elf-gcc: not found` The docker base image is the latest version of an image provided by another user. This image has likely since...
Original issue -- [YouTube comment](https://www.youtube.com/watch?v=wz9CZBeXR6U&lc=UgyT46-hAzuQGzwH6BJ4AaABAg): 
**Do you want to request a *feature* or report a *bug*?** Feature **What is the current behavior?** `yarn` will always install from `package.json` **What is the expected behavior?** There should...
I liked the previous `chainid.network` website which now redirects to `chainlist.org`. I'm not sure if it was developed by the same people... but anyway the sorting of the other website...
### pnpm version: 4.14.2 ### Code to reproduce the issue: Hi, within one of my workspaces I am trying to create an alias for a workspace dependency: ``` "dependencies": {...
This bug causes MetaMask to sometimes switch to a chain that has not actually been added to MetaMask, resulting in a kind of limbo state (that's the best way I...