Rouven Czerwinski

Results 167 comments of Rouven Czerwinski

New version, now with a `Linux` feature check, pthread_setschedparam & error messages for the pthread error codes.

Extracted into a function, turned `warn!` into `debug!`.

Fixed the wrongly named function for the non-Linux case.

@YaLTeR @nekopsykose what are the next steps for me to take here?

The intention here is for your pytest files to provide fixtures for individual devices. Something like: ```python @pytest.fixture(scope="session") def devicea(env): return env.get_target("devicea") @pytest.fixture(scope="session") def deviceb(env): return env.get_target("deviceb") ``` And than...

In this case you'll want to pass a different environment configuration per test. You can keep the same tests, but the target changes per environment file.

> Again, this becomes fiddly. I would like to have the env for the lab in one file, rather than editing so many files. > > So you are not...

1. Exporter YAML configuration expose resources (devices) to the network and registers them with the coordinator. The exporter also updates availability on the exporter side, you can register resources which...

> Having now implemented things a bit more, here is my response. > > My environment file contains a load of roles which map to particular devices, mostly 1:1. Without...

https://github.com/swaywm/sway/pull/6994 should fix this if your sway binary is started with `CAP_SYS_NICE`.