Dimitri Pfaffenrodt

Results 4 issues of Dimitri Pfaffenrodt

Update of vue is required for an security issue * https://github.com/vuejs/vue/releases/tag/v2.6.11

Using html in CDATA will break build, because of not consistent parsing. # actual * `< produce &lt;` * `> stays >` # Expected * `< produce &lt;` * `>...

enhancement
help wanted

We just encountered some issue with quoutes and localizations. Build works just fine. Switching to the locale on runtime, because the localization file is invalid it will switch to the...

enhancement

In php 8.1 php functions will crash passing null instead of an string. For example: ``` $rules = [ 'required' => [ 'source', ], 'url' => [ 'source', ], ];...