David D.

Results 25 issues of David D.

Hello, I just wanted to put a note about a fork I did yesterday (https://github.com/ddimaria/rust-jsonrpc). I altered the authentication to support Bearer tokens and removed the dependency on Vec params...

I went through the tutorial up to the end of [#3](https://www.shawntabrizi.com/substrate-collectables-workshop/#/3/playing-our-game) and rewrote it in Substrate v3.0. I posted the code here: https://github.com/ddimaria/substrate-collectables-workshop-template If I have time, I'll add in...

Closes https://github.com/quadratichq/quadratic/issues/1270 - [x] Query Redis for all active channels - [x] For each active channel, query the API service for the latest checkpoint (or one prior?) - [x] Truncate...

cla-signed

There are a lot of warnings in the code. Resolve them (check with @lightsofapollo to make sure it's OK to remove the unused). Also, run clippy and resolve any issues.

enhancement

For the public rust crate libwebrtc, add more info about the crate in the README.

documentation

In recording fixtures within a repo to be replayed independently of recording, it's helpful to be able to just load the file by scenario. Since the file name has a...

In order to return Recording from a function, I need the struct available. Let me know if you're OK with this and I'll submit a pull request. Thanks!