Michael Mestnik
Michael Mestnik
I'm confused by the current launcher. When I see a button called "Continue last save game", I can think two things. "The game will continue" or "When I click on...
Sorry if this is already implemented, I just heard of luxtorpeda and am happy to hear I'm not the only one. **Is your feature request related to a problem? Please...
I'm looking for a web control like this, but I wonder if there are considerations for other sync or communication options? This is my project, it uses a mix of...
https://github.com/tokio-rs/mini-redis/blob/85e19aa21a23914eb317647520e55e34c966dc30/src/db.rs#L225 I'm working on my own project and find it hard to implement a pub_sub system that isn't either manually managing memory(an anti-rust patter IMHO) or forgetting about it altogether...
Hello, Looking at the examples I see that clients(the code calling into imgui-rs as the UI) fully manages textures on behalf of a renderer(the code called from imgui-rs as... the...
https://www.reddit.com/r/rust/comments/crb7q7/success_i_have_a_working_setup_of_imgui_on_vulkan/
It seems that each invocation of firewall.include increases the number of iptable rules by two times three.
Handling requests from an upstream server, or tor, is a must! If the upstream server is local it becomes encumbering to use ports on a localhost interface for IPC. Enter...
https://github.com/MaikKlein/ash/blob/b7aff3b432d853528a47bf99fa3e7f0d841c4112/ash/src/vk/features.rs#L87 These should be `eprintln!` followed by `process::exit`.