Arne Christian Beer
Arne Christian Beer
See #138 This crate hasn't received a single commit or merged PR since about three years. There also doesn't seem to be any intent of the crate author to continue...
This crate hasn't received a single commit or merged PR since about three years. There also doesn't seem to be any intent of the crate author to continue working on...
This is a follow-up issue to #44. By default, if there's not enough space and dynamic mode is active, comfy-table falls back to a column with minimum-width of `1`. However,...
Hey @Lonami I reported the issue yesterday in your chat, and created a minimal example and steps on how to reproduce the issue. **Checklist** * [x] The error is in...
Test MR for the new workspace inheritance feature. The stabilization MR is underway: https://github.com/rust-lang/cargo/issues/8415#issuecomment-1183455703 This is just for testing, I'll keep this open until the feature has been released on...
Previously, all tasks that were created in daemon tests had an empty `envs` field. This lead to problem when running the tests in environments where `sleep` isn't located in the...
Fixes https://github.com/Nukesor/pueue/issues/342
The Windows CI test suite flakes from time to time. It's always the same error. Sadly I don't know much about windows process handling. Any help is much appreciated. Here's...
The current process and children handling of macOs is super limited. This is due to the `psutil` library, which seems to be the only available library for MacOs regarding processes...
The PR https://github.com/Nukesor/pueue/pull/286 combined the two streams of a task's output back into a single output. It would now be awesome to get the possibility to filter for either `stderr`/`stdout`...