Arne
Arne
Hi, I have the following classes: ```php class Bu { /** * @ORM\Column(name="name", type="string", length=255, nullable=false) * @JMS\Groups("Default") */ private string $name; } ``` ```php class AppDataDTO { /** *...
Unfortunately this project is dead, do not waste your time... There are open issues for month which prevent this plugin from working: #715 (SASS file hard-linked to bootstrap-4.2.1) #703 (Switch...
Hi, it would be great if the `file-source` item in the translation file could be skipped by the `extract` command. Maybe make it configurable via the translation.yaml. Background: When changing...
I'm using the contenthash in the filenames to allow long term caching: https://webpack.js.org/guides/caching/ Unfortunately if the content is changed by the PurgeCss plugin **only**, for example since I have removed...
Hi, when using the Symfony -> Add translation item in the context menu, the plugin will add a new entry to the translation files. Unfortunately it does so at the...
Hi, currently the response is always "Bad credentials". If a user has been disabled, the response should be accordingly so the user can take additional steps, for example contacting the...
Hi, I could find it anywhere in the docs, but it seems like the queried SkuDetails expire after some time. My app is a utility app which sometimes runs for...