Apply an asset version based on a hash of the asset for symfony/asset
Provides user management for your Symfony project. Compatible with Doctrine ORM & ODM, and custom storages.
After installing and running the migration tool, it tells me I should use
@use
instead, when I think to do what I want means@forward
instead.
Actually, if all you want is to produce a CSS file, @use
will work totally fine. Using @forward
is useful only if you want to expose the mixins, functions and variables to other Sass imports of your app.scss
file.
you need to use the sass
package to compile your Sass files, not node-sass
. node-sass
has not implemented support for Sass modules yet.
Note that node-sass is deprecated and won't receive support for them: https://github.com/sass/node-sass/#node-sass
The ;
is optional after the last style rule in CSS. So this is a bug of the tool not supporting the absence of the ;
, which is where you should report it.
Added the latest TYPO3 extension security announcements
frappant/frp-form-answers
sitegeist/fluid-components
Merge pull request #680 from derhansen/master
Added the latest TYPO3 extension security announcements
frappant/frp-form-answers
sitegeist/fluid-components
There is no string
filter in Twig itself. It might come from an extension though.
Adding a query string to change the content would be hard because this is a static file served directly by nginx.
Actually, the code is not broken, because TypedCacheItem
is used only on PHP 8: https://github.com/doctrine/cache/blob/5d55089cbe7339f72405560a254153e21c24e9c5/lib/Doctrine/Common/Cache/Psr6/CacheAdapter.php#L80-L92
Using mixed
as return type is indeed wrong, as this native type requires PHP 8+ while this library supports 7.1+
the IsGranted
attribute can be used multiple times
@ondrejmirtes any chance to merge this ? Even though it does not solve all issues related to this SimpleArrayType (due to #436), it improves the situation.
Twig 1.x is EOL Twig 2+ relies on symfony/polyfill-mbstring so it is not affected.