clayote
clayote
1. When a toot contains a link to another toot, embed a preview of the latter in the former 2. Some kind of interface affordance, button or menu entry idk,...
I would also be satisfied with some way to make it "stick" when I boost something and then post about it -- that is, make sure the boosted post and...
[Here's the proof of concept](https://github.com/DataTriny/kivy/tree/accesskit-demo) thanks to @DataTriny.
Urizen is unmaintained three years hence. Closing this issue. I think there are some other map generators floating around itch.io I'd like to support...but I'll wait and see which result...
Since [Python 3.12 will let you disable the GIL](https://peps.python.org/pep-0703/), I suppose I'll take advantage of that, and not use process pools after all.
Well, `Calendar` and `Agenda` are here now, but they don't really act any different in the common case where you're only looking at one stat list at one time.
The `brightness` file is located in `/sys/class/leds/phy0-led/`, rather than `/sys/class/leds/xpad0/` like the README says, and doesn't seem to really work.
At one point I could avoid the blinking by having the controller plugged in at startup, but that stopped working for some reason. I think a kernel update? Who knows.
I made [a custom version of ormsgpack](https://github.com/clayote/LiSE_ormsgpack) that works with LiSE, and it doesn't really make LiSE any faster in practice. Unless and until I come up with a situation...