samlich
samlich
nms_wrapper.py uses CPU mode when cfg.USE_GPU_NMS isn't set or it's passed force_cpu as True. When --cpu was provided, demo.py and demo_rfcn.py did not set cfg.USE_GPU_NMS, which defaulted to True. So,...
See page 17 of the [spec](https://www.unicode.org/reports/tr25/tr25-15.pdf) linked from the unicode-math-class repo. The angle bracket character was changed. Currently, using `angle.l 1/(1/2) angle.r` results in it not correctly resizing the brackets,...
There's no way to make a bar inside of brackets resize to the content, which is needed for braket and set notation. In Latex, `\middle|` is builtin, and the [braket...
Draft fixes #240 So far, this makes the scaling done by an `LrElem` more configurable. Each gets a list of fences to scale with its opening and closing brackets. The...
This removes the need for some crates to have both an rkyv and rkyv-validation feature (if they only use `archive(check_bytes)` for deriving CheckBytes). Nonbreaking, as using `archive(check_bytes)` without enabling `rkyv/validation`...
Inspired by https://github.com/fish-shell/fish-shell/issues/9454 When a history item is selected, delete it with shift-del (apparently a standard binding, according to the issue linked above). Will not delete (it just refuses, without...