Matt Saladna

Results 10 issues of Matt Saladna

Let's say we have nvm installed in a separate mount, /.socket. NVM_DIR is $HOME/.nvm in /etc/profile.d/nvm.sh. With this setup, users can install Node versions to their home directories without each...

root / multiuser issues

* **Which version of Ansible are you running?** 2.8.2 * **Is your version of Ansible patched in any way?** No * **Are you running with any custom modules, or `module_utils`...

…h the cwd disables descent. Fall back to Mitogen's temporary directory. Related to #636. Allows Mitogen to fallback to a safe temporary directory when become is used and become_user cannot...

## What is the idea ? Consider a situation in which a playbook abruptly ends either because `systemctl reboot` was invoked, a transient failure occurred, or some other process halted...

This pull adds support for hosting providers ([API doc](https://www.cloudflare.com/docs/host-api.html)) on top of your existing code: Usage would be something along these lines to create a new user and provision a...

enhancement

## Bug Report - [X] Yes, I reviewed the [contribution guidelines](https://make.wordpress.org/cli/handbook/contributing/). - [X] Yes, more specifically, I reviewed the guidelines on [how to write clear bug reports](https://make.wordpress.org/cli/handbook/bug-reports/). **Describe the current,...

Presently composer.lock is generated against PHP 8.0.2+, which breaks library installation against PHP 7.3/4. Reduce third-party versioning to preserve this guarantee.

Hello, I'm running into memory leaks over repeated use of pecl-dbus during data retrieval from the bus. I've experimented with OPCache disabled as well to no avail. Sample code used...

PHP 8 changes Object Handlers API to receive zend_object* instead of zval*. Compilation is preserved against 7.x. properties can be retrieved with zend_std_get_properties() for refcounting. Still looking into the memory...

When changing from Alma to Rocky, the migrator fails because it cannot find packages to remove. Prior to switching to Alma, the distro was Stream. Issue is linked to lines...