Sebastian Messmer
Sebastian Messmer
Currently, when a rust ffi function returns a `Result` and that happens to be an error, cxx.rs formats it with `Display` and creates an exception with that message. Unfortunately, that...
Assume we have an opaque C++ type `OpaqueType` that is used in Rust and a C++ function that returns `std::shared_ptr` and another C++ function that takes `std::shared_ptr` as an argument....
It would be nice to have an effortless way to pass closures across ffi boundaries. - Similar to `CxxVector` in Rust, there could be a `CxxFunction` that wraps a `std::function`...
scrypt-jane seems to generate a keystream different to the one generated by the reference implementation. Example: ``` N=1024, r=1, p=1, salt (hex) = "0AF023E55F804AD303C1DBDF6A2B2BED8CC1AB3D0B2F3312C073628DC041E6F3", pw (ascii) = "mypassword" Compiler parameters...
In "Using" section, the p and r parameters are in the wrong order.
BrickPi
Thanks for this great library. The README mentions that this doesn't work with BrickPi. What's the reason it doesn't work and are you planning to add support?
I'd like to get the available disk space at a certain path, i.e. how much space has the partition available that is mounted at a given path. GetDiskFreeSpaceExW / statvfs...
**Is this a BUG REPORT or FEATURE REQUEST? (leave only one on its own line)** /kind bug **Description** podman_container with `device` keys aren't idempotent **Steps to reproduce the issue:** This...
**Is this a BUG REPORT or FEATURE REQUEST? (leave only one on its own line)** /kind bug **Description** When using the `mount` parameter for `podman_container`, the container gets recreated on...