sgarcialaguna

Results 6 comments of sgarcialaguna

Maybe related? Kaspersky reports: C:\Users\sgarcia\scoop\apps\scoop\current\supporting\shims\rshim\shim.exe Exploit.Win32.UAC.hwb

Since you showed this with Python, I noticed that it works poorly with Python symbols. JavaScript works as expected. So it's not an universal issue.

@stevanmilic works for me, but it's slightly annoying. @JoseConseco Can you show in more detail where and how you set the custom sorter? I'm fairly new to neovim.

Oh, you mean you edited the actual source of Telescope. Works as a bandaid, but surely that's not the intended way?

Sorry, I had completely forgotten about this. I'll try to look into this in the next couple days / over the weekend. I won't promise anything, though, since I don't...

https://github.com/sgarcialaguna/grunt-qunit-istanbul-project/blob/master/Gruntfile.js shows the problem: ``` javascript qunit: { all: ['tests/*.html'], options: { coverage: { src: ['src/*.js'], // This works, a complete coverage report is generated //src: ['SRC/*.js'], // This doesn't...