Loïc Vernet
Loïc Vernet
Hello, I am currently fixing deprecations on a Symfony 3.4 project and those assetic are the last ones to get this project deprecations free. 115x: The "assetic.filter.compass" service is private...
Tested the pr and it works: "repositories": [ { "type": "vcs", "url": "https://github.com/COil/assetic-bundle" } ], "require": { ... "symfony/assetic-bundle": "3.0.0 as 2.8.3",
BTW, even there is no more deprecation warnings, the upgrade to sf4 won't work because of the dependencies: "symfony/framework-bundle": "~2.3|~3.0", "symfony/dependency-injection": "~2.3|~3.0", "symfony/console": "~2.3|~3.0", "symfony/yaml": "~2.3|~3.0",
How can you recreate the jar file with macOS? If I use a renamed zip, the file isn't recognized any-more by PHPStorm.
Thanks @ktomk, just tested the snippet, and it works perfectly. Brilliant! 👏 The most difficult is perhaps to find the path, if it can help other macOS users (the space...
An additional note, on my Mac M1, I have a warning that a file is missing for the arm64e architecture, but the plugin still work. So, I just ignore it.
Hi, I have the same problem with API-Platform 2.6. When filtering, if the value in not correct, it throws an error instead of returning a validation error.
> @theofidry I took time to re-work on that PR again. > The CI is failing but for the same reason as #168 . Probably because the lock file is...
Hello @jdeniau , thanks for the answer and the code. I came with another solution where I decorate the `ObjectManagerPersister` service. In the `persist()` function I also use `getManagerForClass` the...
:+1: For `auto_expanded = true`