Caleb Maclennan
Caleb Maclennan
Starting `hledger-ui`, then going to "All accounts", then tapping `-` to reduce the depth until at level 0 and "All" is the only thing left, then hitting enter to see...
As far as I understand it the current auto posting system only allows automated amounts as a multiplier of the *posting* amount. Here is a very rough scenario where this...
Arch Linux is [changing the default fortify-source level for all packages from 2 to 3](https://archlinux.org/todo/prepare-packages-for-d_fortify_source3/). This project somewhere makes use of `malloc_usable_size`, a function that is supposed to be for...
Thanks to a username mention directly in a commit message, my attention was brought to [this repository](https://github.com/aurora-smith3v76/vim-monokai-tasty). I was quite confused, but it appears to be a rip-off-clone where instead...
I spotted a little tidbit of locale expertise from @fpekal on [this Typst issue](c.f. https://github.com/typst/typst/issues/7469). Apparently in Polish when you have a multi-line paragraph you can't end a lite on...
At least as an example for how people could come over from say LaTeX's `\maketitle`. Useful for Pandoc document conversions.
Not all books use `\chapter` as their top level division, and having a `\part` command that behaved as expected would ease transition from LaTeX. :stuck_out_tongue_winking_eye:
I *think* we may be able to ask Harfbuzz what font / script combos actually support letter spacing sanely and use that information to at least throw a warning if...
While working on #372 for @jtauber I ran across something that didn't work that I thought should: namely lskip/rskip in footnotes. It turns out I've been using a re-implementation of...
Look into this: https://github.com/iongion/lunavg See comments in #1097 about the vendored C code we have in the repo now. Long term a Rust library for dealing with SVG might be...