Will O'Beirne

Results 112 comments of Will O'Beirne

Confirming this isn't working, and is particularly frustrating for if you want to save code and just trigger the `catch` case in your `then` function. I.e. ``` reqwest({ url: ajaxPath,...

Ah yeah looks like you've stumbled upon why I didn't do this in the first place; it makes the `getContract` call async, and I didn't want to break the API....

I'd also really like to see this for making TypeScript code more succinct. Maybe something like `arrayFormat: 'ignore'`? Current code looks like: ```ts function doThingWithParam(param: string) { // ... }...

This is intentional behavior in Brave, they disable using Google's push service by default for privacy reasons. As far as I have seen, they do not have on their roadmap...

Based on [this issue](https://github.com/facebook/react-native/issues/19453), it looks like this has been fixed in [this merged pull request](https://github.com/facebook/react-native/issues/19453), which is in the v0.60+ releases. Upgrading `react-native` _should_ fix this issue. Alternatively you...

> Do I have to replace the warn log... with the custom logger? For my use case, that would be ideal. I'm trying to send rrweb logs to my server...

I can confirm that this worked perfectly for my use-case (Decoding Blockstack JWTs, as they use ES256K encoding.) Would love to see this merged!

You're totally right about needing the address, thanks for that note. My hope would be that that kind of logic would all be handled by the WebLN provider client. So...

That's definitely a good idea, and should be quite easy to implement.

@MikeD123 this is all still WIP so thanks for the suggestions. I have some feedback: * I think it'd be hard to bake routing into the allowance (`channelDefault`, `proximityDefault`) since...