JP

Results 7 comments of JP

I'm not 100% sure what your problem is but its important to remember that these methods are just wrappers bitcoind's RPC methods which you can find documentation for [here](https://developer.bitcoin.org/reference/rpc/sendtoaddress.html). The...

> We should stick with something more unix like and make error codes > 0, especially since 0 is falsy. Absolutely, silly oversight on my part. I'm also curious if...

A helper library to convert node-specific error messages to WebLN error messages would be sick.

You will likely want to match the current tslint config rules (`"arrow-parens": false` for example) to keep the diff as small as possible. Then make subsequent PR's to add whatever...

Still seeing this error when trying to apply a `.default` to discriminatedUnion as of `v3.22.4`.

I am also running into this error using Remix + Vite deployed to fly.io. No issues authenticating locally with github but then i receive `An error occurred when trying to...

Also running into this issue using Remix + Vite setup. starting the app like this `npm run dev -- --host` works but i'm not sure why?