Danilo Spinella

Results 42 issues of Danilo Spinella

Some services need a feature that can be provided by one or more services but they only depend on one (otherwise optional dependencies would have sufficed). # Example mysql.service ```...

enhancement

This is a proposal for adding cgroups support to tt. cgroups are Linux-only, but they should be included without breaking multiplatform support (i.e. by adding a meson option). The main...

enhancement

- [x] `tt enable `: Enable service by parsing the file in tt directories (e.g. `/usr/share/tt/service`) and it to the current service database. `` shall not be already enabled. The...

enhancement

- [x] enable Enable the services, can operate in system mode (handling root and specific user services) and in user mode (handling all services marked with `user`). - [x] disable...

enhancement

Some daemons export configuration variables into the environment. I think it could be useful to provide support for this use-case into the configuration. An example could be `SWAYSOCK` variable exported...

enhancement

Some services could be needed to start in the foreground but still be supervised by the service manager. For example sway could be managed by tt so it can export...

enhancement

[kanidm](https://github.com/kanidm/kanidm) is correctly putting completions inside the target directory (`OUT_DIR`), as `build.rs` shouldn't modify any file outside this directory: ``` completions: bash: - target/release/build/completions/kanidmd.bash - target/release/build/completions/kanidm_badlist_preprocess.bash - target/release/build/completions/kanidm.bash ``` rinstall...

enhancement

The unwrap [here](https://github.com/timothee-haudebourg/khronos-egl/blob/master/src/lib.rs#L745) cause panic. `get_error()` can return None in some specific edge cases.

Function `transform_changed` doesn't get called when an output gets rotated (or changes its Transform) on compositor sway, except on startup. Using the same application on hyprland, shows that the function...

### Already reported ? * - [x] I have searched the existing open and closed issues. ### Regression? Definitely a regression - something broke after update (requires bisect) ### System...

bug