Jeremy Steward

Results 5 issues of Jeremy Steward

Alright, this is a work-in-progress PR surrounding issue #878. There's quite a big change in this refactor, so I wanted to go through each part bit by bit. The commit...

nalgebra-sparse

Hi! I noticed that nalgebra switched it's licensing a year ago to Apache 2.0. However, the `Cargo.toml` still specifies `BSD-3`. This makes tooling like `cargo license` output the following: ```...

Hey @tel, (and perhaps, @mikera, who appears to have the latest up-to-date fork). The link to the "Marginalia Documentation" in the README appears to be broken. I also understand @tel...

The comment in the diff explains the gist of it, but I've noticed that this sometimes occurs on certain platforms (specifically aarch64-unknown-linux-gnu, but it also occurs randomly on x86_64-unknown-linux-gnu). Either...

So I use the protobuf crate alongside protobuf-codegen to manage `.proto` → `.rs` conversions. By and large, this is _fine_. However, I have a recurring problem with how versions are...