TQ Hirsch

Results 7 issues of TQ Hirsch

When rendering a JColorChooser, the widget that displays the previous and new colors (i.e., DoubleColorField) doesn't set a preferred size. This doesn't matter for the width, because it fills its...

bug
confirmed

*Issue #, if available:* NixOS/nixpkgs#70075, #1188 Similar alternative patch: #1315 The difference between this patch and #1315 is that the change to the logic in this patch is much simpler,...

pr/needs-review

- [x] I have read the entire README https://github.com/nix-community/aarch64-build-box - [x] I completely understood the README https://github.com/nix-community/aarch64-build-box - [x] I know when I can't trust the builder, as explained in...

Per the documentation in `encoding.rs`, MAX_DEPTH of a variable-sized object should be set to 0 and then explicitly padded when creating the decoder. This will fix #37 properly, but is...

The name of an unexpected field is generally available to client code as a `&[u8]`; it would be much more convenient to be able to report that directly than to...

enhancement
good first issue

Input streams with large blocks of binary data should be decodable without copying their contents. This is probably best done by making FromBencode take `'ser` (the lifetime of the data...

Many times `Vec` is used as a set datastructure, where nothing cares about the order of elements within the list. To allow such lists to easily be emitted canonically, we...

enhancement