Thomas B
Thomas B
> If the redesign can do all that, happy to look ! @markfarnan Happy to say that I've just released it as `serde_avro_fast 0.2.0` with serialization support (which was the...
same problem with `metadata.toml` containing `run_in_transaction = false` (that's Diesel migration metadata). Don't even need to open it, it just needs to be somewhere in the path of my large...
The latest rust version made false the default, but it's still unstable. This broke software that relied on being able to format generated file (e.g. ours, applying `.patch` to rustfmt-d...
We've been using Diesel CLI to generate `schema.rs` files automatically. This flags files as `@generated` (legitimately, because they are). We then need to make a few changes to these files....
> * Use the command line override e.g. `rustfmt schema.rs --config format_generated_files=true` (yes, it'll work on stable) This will work great as a workaround for now. Thanks! :)
It looks like being able to not collect backtraces for unsampled transactions may help? Linked to #668.
> Do I understand correctly, that this would generate the metric registration logic? Yes, currently it's pretty boilerplateish and error-prone when you have a significant set of metrics held in...
Thank you for your quick answer. Good to know that it can be fixed. I'd like to work on this but I'm not sure I understand what you mean. Is...
#301 seems to be a PR about a large change in the nix code, and seems to have no comments on discussion on slowness in the rust code (which it...
https://github.com/nix-community/crate2nix/issues/345#issuecomment-2088692592 may be a generic workaround that avoids having to manually operate on each crate, however it is a bit hacky in that it uses `cargoNix.internal` to identify the list...