Justus Rossmeier

Results 23 comments of Justus Rossmeier

I'd propose creating a gopass D-Bus daemon that works as a libsecret backend.

Ok, I've looked at it a bit more in detail. We would have to implement this api: https://people.gnome.org/~stefw/secrets/org.freedesktop.Secrets.xml via https://github.com/godbus/dbus. One question: Should the keyrings be stored in a hardcoded...

Not at all, without seeing your code and compiler output. Please post it

Is there any update on the multiple numeric types? Otherwise, I believe there is a point to be made that complex numbers are not "another numeric type" but should be...

Thank you for the long answer! > This is a statement that I very much disagree with. The whole purpose of Numbats unit system is to do precisely that: to...

I just spent a while on playing with it and it seems like more or less the full number type abstraction refactor would be necessary to make it work (at...

I put my code here: https://github.com/rossmeier/cetz-rf If somebody wants to use it before it (or another implementation) finds its way into ciCeTZ.

Should be noted that this is not enough to make it working with typst 0.13. Found another big regression that basically all units containing more than a single unit are...

@amesgen Could you check if you still have the problem? Might have been part of that regression that I found with the math parsing. At least, I can't reproduce your...

Wuuups, sorry, that was my blunder. I updated the version to have a reproducible version for my personal projects. Shouldn't have done the PR using `main` :D Should be fixed...