Victor

Results 8 issues of Victor

Hi, pm2-server-monit is erroring on our legacy server: ``` 7|pm2-serv | TypeError: Bad argument 7|pm2-serv | at TypeError (native) 7|pm2-serv | at ChildProcess.spawn (internal/child_process.js:274:26) 7|pm2-serv | at exports.spawn (child_process.js:362:9) 7|pm2-serv...

I believe that since the changes in #166 we sometimes see a redirect loop when users use the password in the url. This patch tries to fix that.

Allows for the direct access of webmail using the webmail subdomain. This is especially useful if the parent domain is used for other things than mail hosting / is not...

[Staart](https://github.com/staart/api) is currently archived. Move away to a new site generator.

docs

There have been a couple additions since the last release on npm that are waiting to be released. Currently the build's are not working. Ideally this happens in github actions...

high priority

This PR aims to fix #793. I've separated the fact that a model could not be found from the other possible service exceptions. When such a case is found, it...

bug
3. to review
feedback-requested

### Description I was trying to deploy a laravel application, and for the `APP_NAME` variable I have a string with a space. Apparently coolify doesn't handle this well, since it...

### What Happened When using a dataProvider with named arguments, phpunit throws a deprecation warning and will not use the argument correctly ### How to Reproduce ```php

bug