Roy Duineveld
Roy Duineveld
``` > Blockquote 1 > Blockquote 2 ``` Results in: ``` Blockquote 1 Blockquote 2 ``` Instead of: ``` Blockquote 1 Blockquote 2 ```
Every time I restart the app the accounts are gone and I've to reconfigure it. I'm having that issue for years, also with the v1 app. After the 2.0.0 update...
See: #241
Is there a reason why the cache for product categories is [only cleared when it's a new product or the status is changed](https://github.com/GordonLesti/Lesti_Fpc/blob/master/app/code/community/Lesti/Fpc/Model/Observer/Save.php#L32-34)? Why not clear it with all changes?...
Related to: https://github.com/teamtnt/tntsearch/issues/21, I've tried the solution mentioned but it's not working. When I search for `N508-082-293` I'm getting: `Invalid argument supplied for foreach()` in `src/Support/Collection.php` [line 50](https://github.com/teamtnt/tntsearch/blob/c015c9ba6a55712381b44db6b2fa8cb2f504e810/src/Support/Collection.php#L50). Any ideas?...
Adguard needs port 53 but systemd-resolved is running which DPS needs, is it possible to run it together?
I've added ``` header('Access-Control-Allow-Origin: *'); header('Access-Control-Allow-Methods: *'); header('Access-Control-Allow-Headers: DNT,X-CustomHeader,Keep-Alive,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Content-Range,Range,Authorization,X-ReCaptcha,Store'); if ($_SERVER['REQUEST_METHOD'] == 'OPTIONS') { http_response_code(200); exit; } ``` At the beginnen of the `server.php` which seems to do the trick....
As anchors do have/support a `disabled` attribute and they don't have a `href` so it doesn't make much sense to use anchors over buttons.
For example a MultiList which only shows 1 option isn't very useful. It would be nice if there was an parameter to hide filters when there is only 1 option.