regicidal.plutophage

Results 9 issues of regicidal.plutophage

**Describe the bug** Auto-reload stops execution abruptly: ```deinit()``` is being interrupted. **To Reproduce** A debug statement has been added to ```deinit()```: ``` def deinit(self) -> None: for module in self.modules:...

bug

**Describe the bug** ``` holdtap = HoldTap() holdtap.tap_time = 500 LCTL = KC.HT(KC.F, KC.LCTRL, prefer_hold=True, tap_interrupted=True) RCTL = KC.HT(KC.J, KC.RCTRL, prefer_hold=True, tap_interrupted=True) ``` This works like one would think it...

bug

``` File "/root/.local/lib/python3.10/site-packages/gerbonara/graphic_primitives.py", line 217, in flip cx=(self.x + self.cx) - self.x2, cy=(self.y + self.cy) - self.y2, clockwise=not self.clockwise) AttributeError: 'Arc' object has no attribute 'x'. Did you mean: 'cx'?...

The datasheet states: > If the user already has an accurate clock source then it is possible to drive an external clock directly into XIN (aka XI), > and disable...

question
rp2040

An enhancement that makes it possible to release a sticky key by tapping it again -- useful when user only wants to tap a key(`KC.LGUI`) or simply changes their mind....

Not sure about `wake()`, but `sleep()` were throwing `TypeError: object with buffer protocol required` at me.

The following produces no output: ``` ~ $ watch -xcn 1 qlop -rH | blahaj ``` -x were thrown in just in case. Thanks for the shark!

Kvantum QStyle doesn't support inheriting colors from qt5ct/qt6ct/Plasma, however there are excellent Kvantum ports of Materia and Arc by Papirus Development Team: - https://github.com/PapirusDevelopmentTeam/materia-kde - https://github.com/PapirusDevelopmentTeam/arc-kde The colors of an...

good first issue
plugins

Not sure if it's in the git version yet, but I've been wanting to play with the Arc theme and GTK export for that are not in the release yet....

question