Jonathan Zernik
Jonathan Zernik
Is there an example of how to use this together with [rocket_auth](https://github.com/tvallotton/rocket_auth)? In the rocket_auth example, I see that the Users table is being created, but I want that to...
I noticed in my app that after I delete a user, when I create a new user, the new user has the same `id` as the deleted user. This behavior...
Would be nice to have the option to have users defined by username instead of email.
I have a query that in my master branch works fine, but when I try to modify the query to add some additional clauses, the `sqlx prepare` command fails with:...
**Existing Functionality** `rocket_db_pools` works with sqlx version 0.5. There is a new version of `sqlx`, [v0.6.0](https://github.com/launchbadge/sqlx/releases/tag/v0.6.0). `rocket_db_pools` does not work with the new version of `sqlx`. **Suggested Changes** Update `rocket_db_pools`...
In the Java OTS library, there is an option to use the API directly from Java code: https://github.com/opentimestamps/java-opentimestamps#from-code Is there something similar for Python?
Something like the equivalent of `SubscribeInvoices` in LND: https://api.lightning.community/#subscribeinvoices This will probably require gRPC, because it has a streaming response.
This adds support for core-lightning as a lightning node backend in addition to LND. The high level changes: - Create a new trait called `LightningNodeClient` with abstract methods for interacting...