Alexander Kapshuna
Alexander Kapshuna
It could be useful for somebody I guess. But I'd suggest another command line arguments handling: * default (w/o args): list all, * `--type | -t cuda`, `--type | -t...
Hello, I would like to use underlined style too.
@tbielawa thanks for feedback. I already took a look into the code and found that `best_prefix` actually returns instance of suitable subclass of `Bitmath`. In this case it would be...
What video driver you have there? I am experiencing the same with nvidia proprietary.
Confirmed with libusb 1.0.24. Nothing suspicious in debug logs (no difference between running with 1.0.23).
This will create service and configuration files under `install/openrc`, packager can install them after build is finished as `/etc/conf.d/xow` and `/etc/init.d/xow` respectively. Flexible enough and shouldn't break existing builds this...
@kakra should be as simple as `RUN+="rc-service xow start/stop` in `add/remove` actions of udev rule. Looking at https://github.com/medusalix/xow/pull/116, relevant parts could be added but commented out, this way users will...
@southside94 probably your system is missing libusb header files. Have you installed package libusb-dev (and everything else listed in https://github.com/medusalix/xow/blob/master/README.md#prerequisites)?
Delivered in #114. Basically it works, customizing user, environment and logging supported too. ``` ❯ rc-service xow start xow | * Caching service dependencies ... [ ok ] xow |...
Managed to automate restarts by using `supervise-daemon` instead of `start-stop-daemon` (current openrc default), works for me after suspend.