Nils Werner

Results 57 issues of Nils Werner

## Description GNOME ships some "stock tiling behaviour", e.g. you can put a window to one half of the screen using super+←, or maximise the window using super+↑. The issue...

enhancement

This PR contains a systemd service and timer for clamscan. They are parameterized units, which means you can pass the [escaped paths](https://www.freedesktop.org/software/systemd/man/systemd.unit.html#String%20Escaping%20for%20Inclusion%20in%20Unit%20Names) you'd like to scan into them: ``` systemctl...

While it has no effect on the actual license or the usability of this library, it hinders the use of tools like `pip-licenses`.

In the default pattern ```python import zeroconf instance = zeroconf.Zeroconf() browser = zeroconf.ServiceBrowser( instance, ['_osc._udp.local.'], handlers=[handler] ) def handler(zeroconf, service_type, name, state_change): # I cannot use zeroconf.ServiceStateChange.Added here, because zeroconf...

I have created an [example](https://github.com/nils-werner/python-go-cffi) that uses `setuptools-golang` for compilation of the Go module, but then uses `cffi` to create the interface to Python. This means that things like ```go...

In order for your package to be useful for others you should really refactor your project structure to be in line with the [PyPA recommendations](https://packaging.python.org/en/latest/distributing.html) so it can be installed...

I am using the following to convert a python script to a notebook: ```python from nbformat import v3, v4 with open("test.py") as fpin: nbook = v3.reads_py(fpin.read()) nbook = v4.upgrade(nbook) with...

Especially in the Database-, Model and Controller-layers, most frameworks do things differently than Symphony. Radically different in fact. They are easy to be programmed by hand, but hard to be...

Just a list of things I think Next (and the framework it is based on) should have. Feel free to append anything you think is important - [PSR-0 compliance](https://github.com/php-fig/fig-standards/blob/master/accepted/PSR-0.md) -...