Daniel Heater
Daniel Heater
Update to Rust 2018 edition. Generated by `cargo fix --edition --all-features`
This is awesome! I'd like to see versioned releases.
Changelog: Fix: The `imp` module was deprecated with Python 3.4 and is scheduled for removal with Python 3.12. This PR remove the last reference to `imp` Closes #12148 - [x]...
The `imp` module was deprecated with Python 3.4 and is scheduled for removal with Python 3.12. The minimum Python version supported by Conan is now 3.6, so we can now...
Request for support for Conan C++ packages.
getenv(3) complains about bad argument #1 when lunatest is called from another application. I derived this patch from: KINFOO@ba897ad from pull request #3 Background: I have a bunch of C++...
Add a mode that allows saving the contents of the buffer from attempts to exit. Output can be used as a random string. Caveat: Requires new vim user to generate...
### What is your suggestion? I would like to be able to use the zig compiler to build C and C++ so I can use its support for cross-compilation and...