maroc81

Results 10 comments of maroc81

I just found this after trying for a couple of hours to figure out why "satisifed" was not flagged as a bad word. Turns out this setting was the problem....

Ah, I see what you mean. Javascript seems to be worse than Java but both exhibit incredibly poor performance. Is this a VSCode bug? Should I create an issue there?

Is there a way to disable syntax highlighting for specific files since this is still a problem? There are only a handful of files that trigger this problem but I...

I can confirm this is still an issue on Linux Mint 18 with cinnamon. It must be something specific to the cinnamon gtk libraries or perl wrapper but I haven't...

I see the same error but it happens unpredictably when running a vnc session from PAC. I will get the same error but it happens some random time after starting...

Indeed. I would be this commit: https://github.com/perseo22/pacmanager/commit/7473635787060667ea15fb8e0b28eb400be2a082 Edit: Ignore the above commit, it was for a different issue.

I finally took the time to track down this problem. The crash happens in the _getXWindowsList function in PACUtils.pm. What's happening is 1. This function gets a list of all...

As far as I can tell, there is no way to make sure the window exists before getting the window properties and there is no way to catch the error...

You need to comment all three lines ``` #my $list = _getXWindowsList; #return 1 unless grep( { $_ =~ /$title/ and $title = $_; } keys %{ $$list{'by_name'} } );...

Would love to see this merged as well. This is the most promising project I've seen so far for a kotlin-native desktop GUI.