Evan Schwartz
Evan Schwartz
Would it be possible to show the average duration on each page? Each of the pages on the site I'm tracking has different expected user behavior so I would be...
Have you thought about adding support for writing tags? Right now I'm using the [mutagen](https://mutagen.readthedocs.org/) tool for doing this but that won't work in the browser. I understand that this...
Sandbox.run now accepts a callback of the form function(error, result){...} Sandboxed code's process.stdout is piped directly to parents Exposed `process.exit()` function to sandboxed code Added tests Updated documentation and examples...
What would it take for us to release a v1.0 of the different Interledger.rs components? Here are some of the things I would put on the list: # ilp-node -...
And figure out why Github is unable to figure out what type of license it is
@sappenin ran into an issue where he was testing with a large total send amount and a small max packet amount. Right now, STREAM only limits the amount of money...
The BTP Server should store a Vec of connections per account instead of just one
Let's say you have Nodes A and B. On Node A there is an account for `Alice` and for `NodeB`. On Node B there is an account for `Bob` and...
- [ ] High-level transaction history - [ ] Packet log? - [ ] Creating and paying invoices? - [ ] Idempotent payments? - [ ] Peer status check? -...
Note: worth looking at: - https://github.com/hyperium/tonic - https://github.com/pingcap/grpc-rs