Valentas
Valentas
If I use assetic variables, like: ``` {% javascripts .... 'js/routes.js' 'js/translations/ThemeBundle/{locale}.js' vars=['locale'] %} ``` config.yml: ``` assetic: variables: locale: [en, ru, ee] ``` Everything works fine on `assetic:dump -e...
# Bug report In Codesandbox below you can see that importing SVG with `defs` creates duplicated `` with id `SvgjsDefs1002`: ```xml ``` Furhter investigation showed that empty def tag gets...
There is a plugin: https://github.com/mariusbalcytis/extract-file-loader/blob/master/Plugin.js - it's not webpack-5 compatible, but we want to make it one, sadly, there is no documentation about what should be used instead of deprecated...
Followed by https://github.com/raml-org/raml-spec/blob/master/versions/raml-10/raml-10.md/#settings I created custom JWT security scheme and want to apply it with some overridden parameters as described in https://github.com/raml-org/raml-spec/blob/master/versions/raml-10/raml-10.md/#applying-security-schemes Take this RAML as example: ```yaml #%RAML 1.0...
**Describe the bug** Trying to use a lambda callback as in the README: ```cpp ESPUI.addControl( ControlType::Number, "Distance to sensor when \"empty\" (cm)", "100", color, Control::noParent, [&](Control *sender, int eventname) {...
It is impossible to use `s00500/ESPUI` and `dirkhillbrecht/UiUiUi` in a single project because both define global constants. ``` .pio/libdeps/nodemcu/UiUiUi/src/UIEnums.h:12:20: error: 'None' conflicts with a previous declaration 12 | enum UIExpansion...
Heating domestic hot water takes time, it is useful to see the current DHW tank temperature. It could also save some time on debugging why DHW function is not heating...
It is impossible to use `s00500/ESPUI` and `dirkhillbrecht/UiUiUi` in a single project because both define global constants. ``` .pio/libdeps/nodemcu/UiUiUi/src/UIEnums.h:12:20: error: 'None' conflicts with a previous declaration 12 | enum UIExpansion...