Niklas Eicker
Niklas Eicker
That's the plan
I don't want to add them because saving the config would remove all comments. Logging missing entries might be a solution, but could get anoying rather fast since there can...
> [...] but if you really don't want to "be annoying" you could save the last time you printed out missing config options and not start up if the missing...
I do not understand the last point. Looking at the usage of `ribzip2::lib::block::huffman::package_merge::package_merge`, it only gets called with `length = 17` https://github.com/torfmaster/ribzip2/blob/71d3373c981cfa6a52c978aadcb23e1f0a943f2a/lib/src/block/huffman/huffman_internal.rs#L92
Since this issue came up on Discord discussing trunk usage with Bevy: 1. --no-spa [is supported](https://github.com/trunk-rs/trunk/blob/c160ed3ff7c98a94ab00f14acbbd198268a92525/src/config/rt/serve.rs#L38) 2. You can configure trunk for relative asset file paths now. Just add `public_url...