Andy Palmer
Andy Palmer
@Liinkiing Thanks! That package looks awesome. I will keep this issue open for the time being, to see if the maintainer of this package would like this sort of functionality...
I think it's activating the change because when you call `->setFormat('short')`, the timeFormat parameter is omitted and so defaults to `none`: https://github.com/EasyCorp/EasyAdminBundle/blob/7acf93529b57188ed4d4258d8e701dea6120838e/src/Field/DateTimeField.php#L86 I've updated the if statement so that we...
I realised that Symfony's DateTimeType field already has a `with_seconds` options which when true, adds the `step` attribute with a value of 1. I've updated the PR to use this...
This issue has been fixed in PR #17 - hopefully they'll merge it even though the module isn't maintained anymore.
Is there anything I can do to help get this PR merged? I'd love to migrate our projects over from Webpack to Vite, but this is a real blocker for...
I tried implementing this into a new PR with tests but a load of other seemingly unrelated tests started failing because of it. This is out of my area of...
Any movement on this? We run multiple Symfony installs under sub-directories e.g: http://example.org/site-1/web/app_dev.php http://example.org/site-2/web/app_dev.php We're finding it hard to use Encore with this set up for the reasons discussed above....
`useRelativePath` could fix the issue for assets referenced in code but it won't fix the issue with the generated manifest.json file. I read the docs at http://symfony.com/doc/current/frontend/encore/faq.html#my-app-lives-under-a-subdirectory and it suggests...
Sorry for the noise on this one but I just figured out a solution to the problem I described above using Symfony's Json manifest versioning strategy. After retrieving the versioned...
The solution from @giero appears to have stopped working. I believe this release is the cause: https://github.com/webpack-contrib/mini-css-extract-plugin/releases/tag/v2.0.0 I have managed to get relative URLs working again by using the following...