Evan Schwartz

Results 108 issues of 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 -...

question

And figure out why Github is unable to figure out what type of license it is

docs
good-first-issue

@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...

enhancement
crate/interledger-stream

The BTP Server should store a Vec of connections per account instead of just one

enhancement

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...

question

- [ ] High-level transaction history - [ ] Packet log? - [ ] Creating and paying invoices? - [ ] Idempotent payments? - [ ] Peer status check? -...

question
feature

Note: worth looking at: - https://github.com/hyperium/tonic - https://github.com/pingcap/grpc-rs

question
developer-experience