Azeem Bande-Ali
Azeem Bande-Ali
I was consistently getting the "PT cannot recreate taskbar icon" popup when launching a game. I play the game fullscreen at a smaller resolution than the normal desktop resolution. This...
I was able to test the changes and they fix the issue for me! No popup and no hanging. Thanks a lot for such a quick response.
Thanks for the report. It does seem like we don't have any tests that validate the column number so this issue might have existed for a while. It is not...
Whoops that's embarrassing. Thanks for reporting this. We will see if we can address it in the next major release.
With a quick glance of the code, I wasn't sure if we could map the same error code to two different names without breaking existing configurations.
Hey folks, I have been trying to look through the change and understand its potential impact. I have generally been nervous about making significant changes that can potentially break existing...
That's a great idea! Will tag as `help wanted` in case anyone wants to contribute
Man listen, I know you are upset that this plugin uses jshint but you need to stop spreading misinformation. "This library is not eslint" makes no sense. It's an eslint...
This plugin does not attempt to apply general ESLint rules because it should not do so. JSON has stronger requirements than JavaScript. If we deferred linting to ESLint then a...
Now that we have switched implementation away from JSHint and using VSCode's implementation, doing this might be feasible since the library provides a "format" method out of the box. eslint's...