SondreB

Results 28 comments of SondreB

I will, but I have refactored the implementation to not perform string-escaped JSON and it caused similar issues. So this is likely more an problem with Azure Application Gateway /...

+1! Needs to be added to NPM :+1:

Mongoose requires DNS as well, so unable to use MongoDB from Bun. I don't know if there are other options to communicate with MongoDB from Bun?

Thanks @eine, could not find existing issue. I'm going through all of the available release actions on marketplace to see if any supports updates. Used a very good one on...

After testing many of the existing GitHub Actions for making GitHub releases, I could not find anyone that did what I needed, so I made my own. It is not...

I just want to mention, that #1761 has some comments regarding "getwalletinfo", which is not mentioned in this issue.

The Bitcoin Core implementation is located here: https://github.com/bitcoin/bitcoin/blob/d0f81a96d9c158a9226dc946bdd61d48c4d42959/src/httprpc.cpp

Already using `@noble/secp256k1`, it is 100% without dependencies so works great in for example Angular. Not sure about React Native though...

We have in our identity wallet, previously migrated to [@noble/secp256k1](https://github.com/paulmillr/noble-secp256k1), so to avoid dependency on yet another library for the same purpose, I wanted to create our own Signer and...

https://github.com/decentralized-identity/did-jwt/commit/60987e0025b1fd45e4a8e583a8c1e28df403fa0b fixes what I mentioned here with no support for `JsonWebKey2020`. Thanks!