Andor

Results 57 comments of Andor

I wanted to install nvm in a CI/CD environment in a docker image. It took me ~2-3 hours, to figure out what the problem is. I had only an exit...

I accidentally run into this issue, because I am looking for another one. For the „_... here's a framework and a module/plugin/bundle ..._” problem I come up with a sort...

```json { "config": { "preferred-install": { "danielstjules/stringy": "source", "*": "dist" } }, "require": { "cweagans/composer-patches": "^1.6", "danielstjules/stringy": "^3.1" }, "extra": { "enable-patching": true, "composer-exit-on-patch-failure": true, "patches": { "danielstjules/stringy": { "https://github.com/danielstjules/Stringy/issues/209...

Slightly related: * https://wiki.php.net/rfc/stringable * https://github.com/symfony/polyfill/blob/main/src/Php80/Resources/stubs/Stringable.php

https://github.com/danielstjules/Stringy/network/dependents * 36,124 Repositories * 279 Packages Last commit in 3.x (master) branch happened more than 4 years ago. It is interesting that the PHP 8.1 compatibility issue just come...

PR will be coming soon. :factory_worker:

Sorry. I just noticed that there is an open PR which is related to PHP 8.1 compatibility. #208 Before I opened this issue, I had searched for an existing **issue**,...

Hello @danielstjules A little attention here, please. :pray:

Currently it is just a basic "Proof of concept" implementation. In don't know all the configuration options, and very likely I added some deprecated options as well, such as `class_name`...

@DavertMik This is how I use it with PhpStorm: * https://www.jetbrains.com/help/phpstorm/2021.3/json.html#ws_json_schema_add_custom * [File | Settings | Languages & Frameworks | Schemas and DTDs | JSON Schema Mappings](jetbrains://PhpStorm/settings?name=Languages+%26+Frameworks--Schemas+and+DTDs--JSON+Schema+Mappings)