JP
JP
In the docs, we're told to check for a provider error based on the `Error` constructor value like so: ``` if (err.constructor === MissingProviderError) { message = "Check out https://lightningjoule.com...
Is there any interest in exposing any of the `payreq.js`'s exports as executables? I've found my self regularly opening a node repl then calling `require('bolt11').decode()` and thought it might be...
also ran `standard --fix`
I would love to be able to name a route (similar to django & laravel). Route names are used in these other mature frameworks to make url refactors easier. I'm...
## Description When you open the denominations drop down menu the bottom half of the menu gets cut off by what appears to be an invisible component. This does not...
Background: `remix-routes` package codegens you a typesafe method `$path` that you can use for typesafe routing. In addition to this you can give your route typesafe search params by exporting...