Simon

Results 8 comments of Simon

Android v 4.3 it happens in the default browser and in "dolphin browser" but not in Chrome.

i use: ``` Slidebars-0.10.2/distribution/0.10.2/slidebars.min.js ``` with this Script: ``` $.slidebars({ siteClose: true, disableOver: 900, // integer or false hideControlClasses: true, // true or false scrollLock: false // true or false...

OK, I'll try to give an example: unsorted: ```json { "persons": [ { "name": "Michael", "age": 30 }, { "name": "Andrew", "age": 42 }, { "name": "Simon", "age": 18 },...

There is this plugin for VS Code which does the task: https://github.com/fvclaus/vsc-sort-json-array So it would be nice to have this functionality in PHPStorm too :)

Das wäre natürlich auch eine Möglichkeit, die Tags werden jedoch aktuell nicht über die API ausgegeben und sind daher nicht sehr hilfreich.

I noticed this too today. ```$('a.plus').find('[data-fa-i2svg]').removeClass('fa-circle-plus').addClass('fa-circle-minus');``` changes a "far" icon to "fas" and then it stays solid. https://user-images.githubusercontent.com/7550745/154254996-86196309-9a18-4b41-bbb5-cc6c3eaccc8e.mp4