Skillmon
Skillmon
This PR will make the `\l__keys_no_value_bool` public to allow users to directly test for no value without relying on some `.default:n` trickery (see, e.g., https://tex.stackexchange.com/questions/614690/how-to-distinguish-no-value-from-empty-value-when-setting-l3keys/614719?noredirect=1#comment1535606_614719 for a possible use case).
This PR adds a global name-space function of the internally used `\__char_change_case_catcode:N`. However, this doesn't replace `\__char_change_case_catcode:N` where it was already used, as it is slightly slower (for stability reasons)....
This PR will speed up `l3keys` by many small optimizations. Those optimizations include: - curry every argument that could be curried - change `\tl_set:N(n|o|x)` to `\cs_set_eq:NN` where possible - change...
When creating glyphs with the help of `l3draw` it would be nice if we could store them inside of a colour-unsafe box, so that they don't use the active colour...
This PR adds a code variant for `\tl_sort:nN` making use of `\expanded` when it's available, as a result speeding up the code considerably (almost 30 times faster for 10000 items,...
As I'm forgetting this frequently, and poor CTAN-maintainers always have to double check my packages, I think it would be nice (also for other users) to throw a warning during...
This speeds up `\tl_if_head_is_N_type:nTF` in most cases. I benchmarked this in pdfTeX, LuaHBTeX, and XeTeX. Results are consistent for pdfTeX and XeTeX, but a bit off in LuaHBTeX. Tested cases...
It would be nice if `xparse` would support a combination of the `+v` type and the `b` type arguments to provide verbatim environments.
As some of us are forced to do bad things, it would be great if it was possible to put the `\caption` below the `longtable`, as of now this is...
Tridactyl version: 1.20.2 Firefox version: Mozilla Firefox 82.0 Operating system: linux It would be nice to have a mechanism to save the current session (mostly, the currently open tabs, session-dependent...