yggdr

Results 24 issues of yggdr

Any chance that you might update this to work again under current flake8?

Is there a way to make this work better with ehamberg/vim-cute-python? That plugin uses conceal to swap out several language constructs like "lambda", "and", "or" with unicode symbols. Without indentLine...

This seems to be Linux/Mac-only at the moment :( ``` yggdrasil@midgard ~ master $ pipx install --python python3.9 pxpx installed package pxpx 1.6.0, Python 3.9.6 These apps are now globally...

help wanted

Allow pyinfra to connect to a machine by serial connectors (e.g. RS-232), where one would otherwise use e.g. `minicom`, or `cu`. So far no login support.

## Is your feature request related to a problem? Please describe Operations return an object with a `changed` attribute that is set to True whenever _any_ changes have been performed...

I'd like to have the possibility to connect more than once to a monitor, so I tried a threading approach. This is still work in progress, I'd like someone who...

In rxvt-unicode 9.22 on FreeBSD 11.0 (using zsh and /bin/sh) git recall prints the commits, but hitting j/k/Up/Down just prints out the same commits once more. No commit is marked...

Starting a remote kernel (as per you example) or even running `rkscript` manually always results in this error: ``` Traceback (most recent call last): File "/root/.local/bin/rkscript", line 110, in create_messages()...

Currently we have the possibility to create our own custom operators like so: ```python operator ~~ def left ~~ right = dostuff(right) - dostuff(left) ``` but we don't seem to...

feature

Part of coconut's current header contains a check for a `__init__.py` file in the executed python file's directory. That check uses `os.listdir` which cannot operate within a [zippapp](https://docs.python.org/3/library/zipapp.html). It is...

oversight