Rouven Czerwinski

Results 167 comments of Rouven Czerwinski

> @Emantor thank you for the quick review and comment :) > > > Changes look good, `usage.rst` needs to be updated. > > I am happy to update `usage.rst`...

Is the labgrid inside of your venv running with this PR? It looks like the `USBSerialPort` does not know the keyword argument.

Note that you can also install into a local venv via `pip install -e .` inside the labgrid repository, should be under development setup in the documentation.

I had the same idea as well and do have a prototype somewhere which implements a labgrid-client CLI which takes commands and executes them without closing the client connection. To...

These are bracketed paste mode sequences, see the note within the [ShellDriver documentation](https://labgrid.readthedocs.io/en/latest/configuration.html#shelldriver).

Related discussion in closed PR https://github.com/labgrid-project/labgrid/pull/975.

I guess upgrading these dependencies inside the virtualenv is the only way. Note that `python3.8` in ubuntu focal will eventually be dropped from labgrid support, since python 3.8 support will...

But namespace is an application defined string. The protocol states "Clients can specify a namespace that defines the purpose of the layer surface." and for niri a purpose i.e. "wallpaper-overview"...

Yes, [sway](https://github.com/swaywm/sway/blob/master/sway/realtime.c), alternative would be to either rely on `niri.service` to set the scheduling policy inside the systemd unit (which also imposes the `CAP_SYS_NICE` capability or setting rtprio to at...

No, here we don't make any rtlimit guarantees (which could also be bad in case niri runs into a case where it hogs the CPU infinitely) and instead only set...