rofld
rofld copied to clipboard
Lulz on demand
[Here](https://github.com/Xion/rofld/blob/8a8b24822c43838920b6052c8099549e2d1f5e2c/src/lib/model/de/image_macro.rs#L346), this crate causes UB by ["Producing an invalid value"](https://doc.rust-lang.org/reference/behavior-considered-undefined.html). Concretely, it produces a value of type [`VAlign`](https://github.com/Xion/rofld/blob/8a8b24822c43838920b6052c8099549e2d1f5e2c/src/lib/model/types/align.rs#L26) with `mem::uninitialized()`, but enums must *always* be in one of their variants....
The `unicode-width` crate determines the character width of Unicode strings, and should most likely be used for the line breaking algo. It's unclear if it can completely help with the...
It is probably be a bug in Cargo but noting it here for posterity. Rebuilding the library crate always triggers a rebuild of certain dependencies: ``` $ cargo build -p...
In addition to `--preload`, `--watch` would set up an inotify subscription to automatically load & cache any templates/fonts put into relevant folders. (`--watch` would not require `--preload`, but would imply...