Richard Brady
Richard Brady
PR #1889 for issue #1883 has introduced a potential problem whereby `connection.user` is missing on the `disconnect` event, for example when a logged in user closes their browser tab. See...
- **I'm submitting a ...** question about the decisions made in the repository / feature request. - **Summary** When using `deriveHdPath` to derive a node using a "relative" path, the...
This is true by default but if set to false will switch from wss: to ws: (useful for local development).
## Bug Report A WebSocket client instantiated in the Edge runtime will randomly drop incoming messages from the WedSocket server. In my test every 10th or so incoming message is...
When using with Next.js 15, if [Sentry](https://docs.sentry.io/platforms/javascript/guides/nextjs/) is added to the project then rendering fails with `Uncaught TypeError: Failed to construct 'HTMLElement': Please use the 'new' operator, this DOM object...
Fixes #14 This would be a breaking change. (No pressure to review or merge this. I've vendored the updates into my codebase so the intent is just to share back...
Using Libauth in a Nextjs project disables [Fast Refresh](https://nextjs.org/docs/architecture/fast-refresh), the successor to hot module reloading (HMR). # This seems to be triggered by the top-level await in `src/lib/crypto/default-crypto-instances.ts`. It seems...
Add missing `record` and `flags` fields to `api_routes`
In P2SH20 and P2SH32 modes the term "Locking Script" is used where "Redeem Script" is expected. It would be useful to distinguish between the two explicitly. 