Front-end Developer Matthias
Front-end Developer Matthias
As a matter of fact, it would also be nice to be able to scroll to a certain section on active. It's something I tried figuring out my own, with...
Update: I have found a way. I will PR this weekend or next weekend with some code
Yes, I did, but I stopped using this module. I simply made my own list of 'collapsable' items inside a scrollview. When I click on a header of the item...
I can see that there's a v7.0.2 here on github but if I try to download the skin via the repository in Kodi, it still is v6.1.0, is this normal?...
Ah, thanks for the clarification, and fast reply! I think I'll do the trick as you say in the add-on.xml file in v6.1.0, especially if there's missing features in the...
A possible solution/workaround is to edit your VSCode user settings (or workspace) and add the following: **windows:** `"testcafeTestRunner.workspaceRoot": "C:/Users//AppData/Roaming/npm"` **mac** `"testcafeTestRunner.workspaceRoot": "/usr/local/lib"` or wherever the global node_modules folder is located...