rutrum
rutrum
There are currently 4 layouts: vertical, horizontal, max, and grid. I think that there could be a lot variety in auto tiling within a frame. Window manager dwm has many...
I think using this pattern doesn't make it obvious for how users might expand on the example. If a user does decide to use a struct as their model, the...
The following typst markup creates an italics _right double quotation mark_ which appears too close to the following capital W. ``` _"instead."_ With \ "instead." With \ "_instead._" With ```...
I have a lot of mdbooks now. In particular, I use them for notes in my classes. I would love a way to have a single webpage serve multiple mdbooks....
https://docs.rs/typed-path/0.10.0/src/typed_path/typed/non_utf8/pathbuf.rs.html#549 The documentation says that the parent method returns TypedPathBuf, but it actually returns a TypedPath. Aside from the documentation mismatch, do you know if there is a way to...