oz

Results 13 issues of oz

Ran into this when authenticated calls were failing `return res.status(404),send(sendResponse);` Should be a period here instead of a comma. `return res.status(404).send(sendResponse);` I would have submitted a pull request but I...

I am running lnd-v0.14.2 and using the latest `master` branch of RTL Any API calls to LND are failing due to what seems to be missing macaroon headers ![Screen Shot...

### Is there an existing issue for this? - [X] I have searched the existing issues ### Explain what you did I tried to use the selectable prop on and...

component: Text

This fixes an edge case I ran into involving logic where the client automatically handles reconnecting and resuming the stream. I needed a way to listen for a stanza or...

To address #1915, I noticed the testing suite does not cover the possibility for very large transactions to trigger errors meant for denial-of-service/memory exhaustion protection. Parsing code is not consensus...

Given recent changes to this file in #1896 and #1907 were needed recently to patch and ship hotfixes in LND (ex: https://github.com/lightningnetwork/lnd/issues/7096 & https://github.com/lightningnetwork/lnd/issues/7002) it may be worth looking into...

I saw a few issues (#203, #421, #421) involving version numbers in the UI so I started to look into it to see what might be involved I was able...