Tim Hutt

Results 224 issues of Tim Hutt

This should fix cross-compilation to musl when you haven't manually set the compiler name. It's also more consistent with the existing musl targets (e.g. mips). See #105 and https://github.com/FiloSottile/homebrew-musl-cross#:~:text=If%20you%20encounter%20issues Tested...

We have a Rust API that we're trying to expose to C++. It has a ton of simple structs like this: ```rust #[derive(Debug)] pub struct LibVersion { pub string: String,...

Is there a workaround for APIs that want to return an enum with variant data (or `std::variant`; #217)? The best I can think of at the moment is: ```rust pub...

It would be really helpful for my use case if there were a way to allow data after the JSON, and to report how much JSON was actually read. For...

Would be useful if you could use `.cargo/config` to set the default target like you can with normal Cargo.

Ok this isn't an issue but I'm too lazy to do a pull request. And I have a question - can I create a new section for bad *username* rules?...

help wanted
new-entry

The example file below contains a load of serde-derive'd structs and code to load them using serde_cbor. I compiled it in release & debug, and then again after changing `serde_cbor`...

This fixes #205. I know this project is semi-abandoned and you don't want to add code you haven't read (totally understandable) so let me know if you think this will...

This is one of those issues where it's not exactly clear what the correct thing to do is, but I feel like CBOR is mostly used as a compact version...

If you make a git repository at `/foo` and then make a worktree at `/bar` then run `autorebase` in `/bar` it fails with a message like this: ``` • Creating...