Lucas Kent
Lucas Kent
Window resize issue mentioned above is now resolved. However we are now blocked by: https://github.com/tomaka/winit/issues/72
Toggle implemented here: https://github.com/rukai/PF_Sandbox/commit/6f23d7f771bb3a6bd1178f1077173c2d4bd57eaf However winit hasnt implemented the required methods on windows yet, so still waiting on that.
Understandable, I'll mark this as draft so it's around when it's needed.
Thanks for opening this. The release will need to be 0.4.0 since it includes breaking changes to shotover's rust API. Also, before the release I would like to finish off...
This PR has shown promise: https://github.com/shotover/shotover-proxy/pull/1360 However, I think the next step is to add functionality to windsock to allow reusing EC2 instances. This will eliminate the noise caused by...
CPU players can now be added and removed in the CSS. Still need to implement some generic AI's and allow the AI for a CPU to be chosen in the...
`Send the write to the target cluster` was this meant to be `Send the write to the source cluster`?
`We will need to pass all OpenSearch REST API messages through Shotover, intercepting all writes to the Document, Index and Ingest APIs and forwarding them to the destination cluster. All...
This PR works for me and reduces the size of `target/build/rdkafka-sys-*` from 45MB to 23MB which is quite nice. Would really like to see this land.
This article has some interesting points https://www.memorysafety.org/blog/rustls-performance/#automated-feedback-on-pull-requests In particular they mention using ovh cloud bare metal which would be much more cost effective than AWS bare metal https://kobzol.github.io/rust/rustc/2023/08/18/rustc-benchmark-suite.html is also...