Lucas Kent

Results 240 issues of 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)...

bug
help wanted

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...

enhancement

### 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...

A-dependency-resolution
S-waiting-on-author
A-features2
Command-tree

The original brawllib made this mistake which we used as a reference so its likely we have the same issue. ![image](https://github.com/rukai/brawllib_rs/assets/5120858/fb485942-1dea-40af-87ec-4140a7861a12) ![image](https://github.com/rukai/brawllib_rs/assets/5120858/51d0e67b-cb0f-4836-a326-b84a37a34ece)

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