David Callanan

Results 9 issues of 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...

update

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.

enhancement
ep1
ep2

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...

ep1
ep2

Original issue -- [YouTube comment](https://www.youtube.com/watch?v=wz9CZBeXR6U&lc=UgyT46-hAzuQGzwH6BJ4AaABAg): ![image](https://user-images.githubusercontent.com/40340425/126336898-e472e024-c863-4d10-bcc6-9fa0503f2b73.png)

bug
ep2

**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": {...

area: monorepo

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...

needs-reproduction
area-customNetworks
stale