Ademaro
Ademaro
You need change ```js { name: 'removeViewBox', // Disable a plugin by setting active to false. active: false, }, ``` to ```js { removeViewBox: false, }, ```
I had a rule background: url(http://mydomain.com/image/img.png) no-repeat 0 0; Before this commit I received the wrong output: background: mydomain.com/image/img.png no-repeat 0 0; (without url() in background property).
@trankov да, спасибо, действительно встало на 3.10 m1, на днях буду тестить) Подробности тут: https://github.com/alphacep/vosk-api/issues/692
Hello! Steel down...
For a long time no PR is accepted, so I'm closing it.
Why PR not merged?
I could do with creating a dark theme, make all colors via [css variables](https://developer.mozilla.org/en-US/docs/Web/CSS/Using_CSS_custom_properties), light/dark theme support via the [prefers-color-scheme](https://developer.mozilla.org/en-US/docs/Web/CSS/@media/prefers-color-scheme). True it is quite labor-intensive and I can do it...
@TimotheeJeannin, hi! So you can implement it in your application any way you want. I don't think it should be part of the flask-security. Here's a little example: ```python @anonymous_user_required...
Or at least add the ability to reduce the font size in the playlist, which would be a little more fit the song titles.