webian
webian
Ok thanks, I'll try to unset the OrderNumberFinisher. Another maybe possible solution is to change [the condition](https://github.com/extcode/cart/blob/a271b232061f34242eaac741855cdb457f142144/Classes/Domain/Model/Cart/Cart.php#L297) to allow developer to cheat the order number check like this: ``` $applicationContext...
Same issue here and option `--leave-js-unminified` seems to not exist anymore.
I added that parameter to `ckbuilder.jar` here: https://github.com/ckeditor/ckeditor-presets/blob/master/build.sh#L109 and now I have the unminified version of ckeditor.js
@Pixxelfragger, I'm interested to. I need to make my dev machine webserver reachable but my provider only gives me a non reachable private ip. I set up a vps with...
I add that, about a javascript solution, it could be better to move up the edit icons of the parent CE instead of moving down the icons of the childs...
Duplicate of #214
After many hours of debugging I still can't get what's wrong so I write here my findings... With sr_freecap enabled, sr_freecap creates a cookie to check the captcha result. This...
Good way to fix the problem when it happens @Basti189. More precisely I reconnected the USB cable and run scrcpy over USB (usually I run it over Wi-Fi) and the...
The huge logs are generated from here: https://github.com/dmitryd/typo3-realurl/blob/development/Classes/Encoder/UrlEncoder.php#L1589 That `debug_backtrace()` returns an array with more or less 30 elements and each of them have inside the whole `\DmitryDulepov\Realurl\Encoder\UrlEncoder` object and...
I made this rewrite rule for .htaccess to remove unwanted L parameters: RewriteCond %{QUERY_STRING} ^(.*)&?L=(?!(1|11)(&|$))[^&]+&?(.*)$ RewriteRule ^/?(.*)$ /$1?%1%4 [R=301,L] Play with the regex: https://regex101.com/r/KsOYvR/1 In this case I allow only...