Mathieu Amiot

Results 85 comments of Mathieu Amiot

Gave it another thought, and I've looked into a viable approach I'm considering in this particular "maximum security" mode ## Requirements * Keystore encryption key is not stored anywhere except...

New strategy: 1. Generate rustdocs 2. For each platform specific documentation tool: * generate docs * overwrite the empty rustdocs with the generated docs mini-site 3. Upload the whole thing...

I have the same issue, my understanding is that it's as if XWayland clipboard doesn't communicate with the Wayland clipboard. Basically: * Copy from WL to WL ✅ * Copy...

My repro is using a NATS KV `watch_all` operation (which creates a push consumer under the hood) and having the NATS server be SIGKILL'd, this creates this panic. At the...

As I already mentioned above - I don't have tested code at hand but it should be something like this ```rust #[tokio::test] async fn repro() { use testcontainers_modules::runners::AsyncRunner as _;...