Lucas Kent
Lucas Kent
Not ready for review until the cassandra_cpp changes are upstreamed: Cassandra cpp logs to the log crate which is mapped to tracing via tracing-log. tracing-log is internally initialized by tracing-subscriber....
Not ready for review. Publishing as a draft in case its useful but wont get back to it for a while. A usecase I have in mind is extracting messages...
Investigate commented out assertion added in https://github.com/shotover/shotover-proxy/pull/803 It passes when run directly against cassandra but fails when run against shotover, so it requires investigation.
I have tried the chr tool and the map tool, I can choose a local png file fine, however clicking on the download buttons for the produced files has no...
If a ResultIterator is dropped while a Row it returned is still alive then we hit undefined behavior. I have seen this exposed as garbage data and segfaults. Specifically [cass_iterator_free](https://docs.datastax.com/en/developer/cpp-driver/2.16/api/struct.CassIterator/#function-cass_iterator_free)...
rustc inserts frames `std::sys_common::backtrace::__rust_end_short_backtrace` and `std::sys_common::backtrace::__rust_begin_short_backtrace` so that the internal backtrace implementation can filter out noise from backtrace capturing. Can we make use of these in the backtrace crate in...
### What does this PR try to resolve? This PR fixes the `cargo tree` panic described in https://github.com/rust-lang/cargo/issues/12358 and https://github.com/rust-lang/cargo/issues/10593 ### How should we test and review this PR? The...
The original brawllib made this mistake which we used as a reference so its likely we have the same issue.  
Winit developers have brought up the desire to provide a full HTML file to cargo-run-wasm. They want this as they need to provide a "javascript user" focused example, so having...
I wonder if we could use https://doc.rust-lang.org/std/env/fn.current_exe.html to locate the target directory greatly simplifying target_dir.rs