Kevin Nakamura
Kevin Nakamura
Thank you very much for responding. The arcade cabinets essentially just industrial use monitors. I don't know explicitly about conforming to the VESA standards, but these displays work with standard...
I'm seeing similar results on Windows too. The same `cargo build --release --manifest-path examples/shutdown/Cargo.toml` using https://drmemory.org/ I think there's a bunch of other false positives of other issues in drmemory....
For completion, here's 4 logs. master/grinkers on valgrind/drmemory (no curls on all of these). [valgrind_master_results.txt](https://github.com/w-henderson/Humphrey/files/13844172/valgrind_master_results.txt) [valgrind_grinkers_results.txt](https://github.com/w-henderson/Humphrey/files/13844173/valgrind_grinkers_results.txt) [drmemory_grinkers_results.txt](https://github.com/w-henderson/Humphrey/files/13844174/drmemory_grinkers_results.txt) [drmemory_master_results.txt](https://github.com/w-henderson/Humphrey/files/13844175/drmemory_master_results.txt)
> Okay, can we go back a step - do you have any ideas as to what in the code is causing these potential memory leaks? TLDR: `ThreadPool` threads need...
Only supplying on linux, as it's easier. Can research more on Windows later (but I suspect it's the same). minimal reproduction/example. Attached are two runs, with a different number of...
I started messing with async websockets, and this PR gives no possible leaks. I think the biggest thing right now is figuring out what to do with the 'keep-alive` header....
bump. I've been using this branch, while regularly looking for memory leaks, using `App` and `AsyncWebsocketApp` without issues or leaks. In response to my last message, I think the behavior...
No worries at all! I'm totally fine using my branch. Good luck with your exams.
https://github.com/edn-rs/edn-rs/pull/150/commits/3965bc3221d79b883a7059d7ce72c4c5c2eee366 I ended up adding a `CustomError` fallback for crates like `edn-derive`, std-only. @evaporei Matching PR for compatibility over at (this is a breaking change). Please tell me if you...
Added a new Error for duplicate in sets, matching clojure.