Mathieu Amiot

Results 25 issues of Mathieu Amiot

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

enhancement
help wanted

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: ![image](https://user-images.githubusercontent.com/1262712/148224226-37f9803b-f0ca-4e91-b719-ecdde7656fdd.png) 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?

enhancement

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