Ralf Schandl

Results 15 comments of Ralf Schandl

Additional info: Only happens when `activate-immediately=true`.

I think this happens due to the default value for the key `show-launcher` in the file `schemas/org.gnome.shell.extensions.switcher.gschema.xml` and its use in `extension.js` in function `enable()`.

Hmm --- This raises the question: Do we write specs to be read by developer who want to develop editorconfig support for a editor/ide etc or do we want to...

Another glob expression that should be tested: ``` ; Slash after escaped close bracket [ab[c\]/]d] slash_after_escaped_close=true ```

I can confirm the bottleneck. In my case it is easy to explain. I have a seven test scripts that test functions that are sourced from another file. Overall my...