Pierre Rudloff
Pierre Rudloff
- PHP Depend version: 2.16.2 - PHP Version: 8.1.8 - Installation type: composer - Operating System / Distribution & Version: Debian 11 ### Current Behavior ``` Unexpected token: [, line:...
**Description** I have this in my SSH config: ``` Host *.insite.coop *.insite.nnx.com ControlMaster auto ControlPath ~/.ssh/sockets/%r@%h-%p ControlPersist 3600 ``` Docksal tries to run `docker cp` on the entire ` ~/.ssh/`...
It would be useful if `composer audit` could work for `npm-asset/` packages. `composer audit` reads a `security-advisories` key in the JSON returned by the repository. Some other third-party Composer repositories...
This PR addresses or contains: - When exporting a query result as CSV, the values can contain an unescaped `,` character, so it becomes impossible to properly parse the values...
It would be useful if twigcs could detect deprecated features: https://twig.symfony.com/doc/1.x/recipes.html#displaying-deprecation-notices #### Steps required to reproduce the problem 1. Write a Twig 2 template containing this: ```twig {% spaceless %}...
This fixes #758 for us but it might not be the correct solution. I find it a bit strange that `Parser::getUserIdentity()` does not check if `Parser::getOptions()` returns null before trying...
### Setup - Maps version: 10.1.0 - MW version: 1.39.5 - PHP version: 7.4.33 - SMW version (if applicable): 4.1.2 ### Issue We have a template that prints a semantic...
Fixes https://github.com/dkd/php-cmis-client/issues/82. It seems to work correctly, at least for the subset of functionalities we are using. But we might want to check this list: https://github.com/guzzle/guzzle/blob/7.8/UPGRADING.md#60-to-70
This patch fixes some deprecations encountered when using PHP 8.1: * Passing NULL as exception code is deprecated * Implicit int conversion is deprecated
Are there plans to make composer-patches-cli with composer-patches 2.0? There is a beta version that can be tested: https://github.com/cweagans/composer-patches/releases/tag/2.0.0-beta1 Currently the version constraint does not allow installing it: ``` szeidler/composer-patches-cli...