Ray Marceau

Results 8 issues of Ray Marceau

### Background When interacting with the API endpoints for `/v2/router/track` and `/v2/router/send`, it's particularly difficult to determine if a payment actually failed, or if some other type of error occured,...

documentation
REST
error messages

### Background The GRPC and REST endpoints for the QueryRoutes endpoint should be identical, but the REST endpoint is missing the `route_hints` param: GRPC: https://api.lightning.community/#queryroutes REST: https://api.lightning.community/#v1-graph-routes ### Expected behaviour...

documentation
REST

This patch fixes NddService.server socker.on('data') so that it can handle large amounts of input without throwing `SyntaxError: Unexpected end of JSON input` errors. Fixes #319

In my application, I perform optimistic actions where, upon model creation (ie: add comment), I optimistically add it to redux-orm using a TEMP_ID, then send the create action to my...

type: Enhancement

I keep getting the "The state parameter may have been tampered with" message when authenticating with google. I am hosted on Heroku with 2 instances. I had a guess that...

When a user is signed up using UsernamePasswordAuthenticator, and we want to sign in the user without verifying their email first, then you return SignupResult.USER_CREATED instead of USER_CREATED_UNVERIFIED like so:...

enhancement

Just wanted to start a thread/discussion about how bcoin will be affected by the taproot softfork this coming November 2021. Will P2TR outputs be recognized and handled appropriately will taproot/Schnorr...

in the readme, in order to get the `id` field to be recognized, it's recommended to declare the AutoField explicitly like so: ``` # before class Post(models.Model): ... # after...