Mathieu Rochette
Mathieu Rochette
Hi! nice work there :) 2 questions: * Do you think it could be useful to use generics on the classes defined here? * is it scope to include even...
I can confirm the issue. `docker compose pull` uses the proxy, but `docker compose build --pull` doesn't > Docker Compose version v2.26.1
Would someone be able to explain how much work it would take to implement this? And if it's something the maintainers are interested in? I'm just trying to figure out...
Hi! I tried it again, with SQLTools 0.25.1 SQLite driver 0.4.0, and MySQL/MariaDB driver 0.4.0 connected to a Dev Container in my case and I can't add a connection, when...
It could make upgrading harder, but it could be the opportunity to drop support for annotations. It seems to be that having both attributes & annotations adds a lot of...
and for the last question, I can answer it by looking at the tests: yes sometimes the guessing can't work at all, e.g.: arrays :thinking:
How should the arguments be ordered? if it has any importance)
ok, I think the PR is fine then, let me know if there's anything to do. (should I squash the commits?)
sure: > In Utils.php line 109: > > [Exception] > Cannot stringify object of class: 'Proton\Apps\MailExperimental\Application\GraphQL\Query\ResolveStrategy'. > > > Exception trace: > at /var/www/vendor/murtukov/php-code-generator/src/Utils.php:109 > Murtukov\PHPCodeGenerator\Utils::stringifyValue() at /var/www/vendor/murtukov/php-code-generator/src/Utils.php:133 > Murtukov\PHPCodeGenerator\Utils::stringifyAssocArray()...
the workaround I mentioned isn't working in fact. It allows to build the types but at runtime it fails when the argument is omitted because the default is a string,...