Mathieu Amiot
Mathieu Amiot
Rust support
Hello, I wanted to ask about rust support. Considering how such code is usually generated with macros, should we just create a crate that just implements the protocol/ser/deser logic? Also,...
Hey! I've been trying to work with the `get_many` getters lately and they're essentially useless IMO because: * They take a single argument and perform a `=` test on it...
Hi! I've been seeing some CPU usage threads with dual/quad cores being relatively used and I'm having quite the issue:  Yup. This program uses 100% of my 32-core Ryzen...
Closes #27 - [ ] Add optional client cert options for mutual authentication - [ ] Give proper errors when supplying cluster URI (needs to tell that TLS needs a...
Still some work needed on this. It pretty much is done, except ending up the support for `verbose` mode which is 3/4 done. Needs integration tests against a STAN server.
https://github.com/Amanieu/hashbrown Free performance boosts from Amanieu again?
No idea if you would like this to be in; Seems to simplify things a lot when it comes to implementing & extending errors. My branch is (very) out of...
Hi! I'm currently implementing a WASM browser-only test runner based on WebDriver & fantoccini and I was thinking of using WebDriver BiDi protocol to follow progress on tests. But following...