Andreas Frömer

Results 116 comments of Andreas Frömer

Hi. I haven't had the time to properly update it. In the meantime there was laminas launch, which has all the updates I guess. So maybe I could "rework" the...

Yes ofc. With "rework" I meant the rename and some left over work from the review done by @veewee

@artjomsimon sure go ahead 👍 I can't find the time at the moment. Thanks

@kzap i had the exact same issue getting AspectMock to work while using classes in the root namespace. Think of the following structure i had ```

Shouldn't the script refer to `context.ref_name`? As per documentation: [here](https://docs.github.com/en/actions/learn-github-actions/contexts#example-contents-of-the-github-context) Edit: A, just saw. We only want the `major.minor` part for the docs.

Ah got it. So the regex did try to match the latest released version `2.0.2` right? So we need to expand the regex to match every `.x` branch and also...

Hi @tommyvdv u guessed correct. Currently the lib does not support the parameter `--user`. This has to be added to invoke systemctl on a user level. I will mark this...

Additional information: https://wiki.archlinux.org/index.php/Systemd/User

@tommyvdv is just pushed a commit into dev branch `1.x`. This should add the ability to switch the scope of the `SystemCtl` instance to either `user` oder `system`. ``` $systemCtl...

Hi @tommyvdv can you confirm the implementation. So i can close the issue. And possibly tag a release for it.