arjan-s
arjan-s
I recently encountered this in NixOS where one of my packages depends on rich 12.5.1. But pip fails due to the Github tag referencing a commit that says it's version...
Pip shows the following error: ``` > ERROR: Could not find a version that satisfies the requirement rich=12.5.1 (from pls) (from versions: none) > ERROR: No matching distribution found for...
True, mine is a nix-specific issue. The nix package for rich is built from Github tags (source tarballs). [Proof here](https://github.com/NixOS/nixpkgs/blob/nixpkgs-unstable/pkgs/development/python-modules/rich/default.nix#L26). This is different from normal pip behaviour, because by default...
@exarkun is correct, both options would fix the issue. @willmcgugan would you be willing to do either of them?
The same happens with scrolling, not just clicking
Actually this is something I've missed as well after switching from sway. Perhaps, instead of constantly tracking mouse movements, it could be implemented as part of determining the placement of...
Captured the errors from stderr: ``` Fatal Python error: b_from_handle: ffi.from_handle() detected that the address passed points to garbage. If it is really the result of ffi.new_handle(), then the Python...
I'm afraid it's not fixed, sorry. :( Just upgraded to the latest master (5161618c), and got the same crash again when plugging in an HDMI monitor. At the moment it's...
Sure, no problem! I can pretty reliably reproduce the crash with the following steps: 1. disable kanshi 2. use default config 3. unplug HDMI display 4. reload config with Ctrl-mod-r...
Sounds like some kind of memory issue. I don't see this happening with the Gadgetbridge watchface code.