Jaakko Sirén
Jaakko Sirén
> I'm wondering if there's a specific use case that you don't want to import the fixtures into conftest.py? Essentially trying not to have implicit dependencies. I think one option...
`ioperm` is also disabled by [AppArmor](https://man.archlinux.org/man/apparmor.7.en) default settings and [lockdown](https://man.archlinux.org/man/kernel_lockdown.7) (search `ioperm` to find relevant parts in both man pages). Easiest way to disable those is by adding `lsm= security=...
I got WH1000-XM3 to _just work_ by adding `--experimental` flag to Bluez `bluethoothd`. That option was kinda under the rock but after adding that everything just started working. ```sh $...
This worked with Sway when I tested it like 2 months back. However it's no longer working and is just freezing the server side Sway even when no clients are...
I came across this behavior when trying to implement a virtual KVM using `wlr-virtual-pointer-unstable-v1`, `virtual-keyboard-unstable`, `wlr-layer-shell-unstable-v1` and `pointer-constraints-unstable-v1`. Essentially making 1px wide windows on screen borders, detecting pointer enter and...
You might want to take a look into this: https://github.com/KostyaSha/github-integration-plugin/ If the features aren't there and you know some Java feel free to open PR there. It's FOSS so you...
I think right click on the "save" button would be the place to put these extra options. In my use flow there are cases where I open a stash, work...
https://github.com/wmww/gtk-layer-shell has a python example https://github.com/wmww/gtk-layer-shell/blob/master/examples/simple-example.py of using `wlr_layer_shell_unstable_v1` for PyGTK windows.
I'll maybe have time to contribute a PR for this in a week or two.
Python 3.10 was released on 2021-10-04 so this is now required for upstream Python compatibility. For SEO the current error on `cython -3 main.py` messages show ``` Error compiling Cython...