Berkus Decker

Results 207 comments of Berkus Decker

> The thing where large console messages would cause ImHex to slow down a lot was fixed a few days ago btw Oh, awesome!

> it is crashing when it tries to create the stack trace, so it isn't the negative index per se. So this seems like an actual bug that needs to...

No, this was fixed (if you look at the message edits), but the vector error remained. The bug is on this line: `u8 len_lo = std::mem::read_unsigned($, 1);`

As I said in the OP, I do **not** need help debugging the script itself, I fixed it and it works. I need help with general debuggability of the script...

Great, and this is what this ticket is about, thanks!

That's called release-plz - the setup is ridiculously simple, e.g. https://github.com/no111u3/avra-rs/pull/2 or https://github.com/jhannyj/iced_drop/pull/8 or https://github.com/jannic/rp2040-panic-usb-boot/pull/4

Since it is an xtask already, can it be set up to require sudo/elevated privileges only for the installation bit itself? e.g. cargo install runs as normal user building a...

Please merge this, it fixes a painful problem. Without it, I would need a serious code enshittification to change my code from declarative derive subcommands (all 27 of them) to...

> Why would the lack of this require mixing derive with builder? Because I cannot make section headings on subcommands enum in current clap version. If you look at the...

Related [discussion](https://nest.pijul.com/pijul/pijul/discussions/975) and changes.