Dick Marinus
Dick Marinus
Not sure if it would help but I was thinking of writing a cloudformation template which deploys an EC2 instance with Fedora and SELinux enabled so the aws-sam-cli devs can...
> Maybe its possible to implement virtual gamepad, and allow user to map keys to its buttons/axises?.. Definitely possible yes but we would need to define an API for mapping...
@zenhack I know and I really appreciate what you've done for simp_le (I've used your fork for some time). But don't you think it would be better to advice users...
Oh sorry for the late reply, the context is above: > Example for syncing with :storage:`caldav` using a ``null`` collection:: It's now required to set collections to null if you...
@BleedTheFreak how did you try this? I've remapped LEFT_META to Fn and that works, note that you need to use type=12 (`\x0c`). For this I'm using the following packets: ```...
@z3ntu I'm thinking of implementing an interface similar to the Roccat HID driver: > Module roccat is a char device used to report special events of roccat hardware to userland....
You're right, that works for me, thanks! It could still make sense to switch to python-gnupg to ease the installation of alot though. I leave this decision to the maintainer(s)...
`poetry.lock` also locks gpg to a specific version: https://github.com/pazz/alot/blob/e47953a801eec17ed4a8bc251b10881b314e189c/poetry.lock#L222-L230 You can configure poetry to use system site packages using the following `poetry.toml`: ``` [virtualenvs.options] system-site-packages = true ``` But that...
I think it's best to remove the poetry lock file, the current lock file doesn't make sense.
I found this report in the issue tracker at dev.gnupg.org: https://dev.gnupg.org/T6297 It seems like they are open to the idea of supporting the python bindings on PyPI and have access...