Florent Destremau
Florent Destremau
Hi :wave: Have you also looked at a custom chat gpt where you can upload docs as permanent context ? https://help.openai.com/en/articles/8554397-creating-a-gpt This would need to be fed with a big...
Hi, this issue has not been addressed, is there some sign of aknownledgment here ?
Any chance to merge this pr?
Thanks, it works indeed. The docs of Symfony Panther are not up-to-date, so I thank this issue is valid even from the configuration standpoint. @dunglas do you have an ETA...
Hi! What's the workaround for this, having both php_cs and php-cs-fixer on the same projet? Ignore php_cs locally ?
because they have complementary rulesets and especially complementary fixers. But I think it's beside the point here. The rules here are not compliant with the standard, that's the only thing...
@artur79 you made my day ! (or my night i should say). Thanks. I added a 1.5 multiplier (then rounded) for lines count to be sure all text was visible....
I'm not a mangopay member either (and they are not very active here anyway)
I kinda have the same issue. New setup: ``` servers: - 161.xx.xx.xxx (digital ocean server, I can ssh manually on the server) ``` Using the alias on Ubuntu 22.04: ```...
kind of like the create react app [eject](https://create-react-app.dev/docs/available-scripts#npm-run-eject) ? I don't know how you can maintain tests or any functions if you eject everything, it's the whole point of going...