Jack Cherng

Results 289 comments of Jack Cherng

lgtm. > Why match the ! char too? https://github.com/sublimehq/Packages/issues/3215#issuecomment-1022729703 has answered.

> Expected to have the pound sign / hashtag / octothorpe to be highlighted as the start of a preprocessor directive. Agree. [What's the point of the C preprocessor's Null...

dupe? https://github.com/sublimehq/Packages/issues/2890 Oh great. It looks like I can close mine :)

https://en.wikipedia.org/wiki/Register_(keyword)

![image](https://user-images.githubusercontent.com/6594915/63121403-f07ad880-bfd6-11e9-8406-4b16517799db.png) Python uses `invalid.illegal.name.python` btw.

https://github.com/sublimehq/Packages/blob/f36b8f807d5f30d2b8ef639232a9fc5960f550fa/C%2B%2B/C%2B%2B.sublime-syntax#L1643-L1667 ![image](https://user-images.githubusercontent.com/6594915/84522114-a2bf2180-ad08-11ea-81ef-c932e3e42626.png) This is how it looks like with the `master` branch. The red-boxed part shouldn't be commented.

> git config --global safe.directory '*' Just a fyi. If the user executes that command under `cmd.exe` (`powershell` is fine), it ignores folders whose name satisfies glob `'*'` rather than...

I suppose you can never let all plugins, which are not in the LSP organization, update and release at the same time. Thus, some must be broken. The best we...

It won't be preferred to monitor all panels periodically for changes to add phantoms because ST doesn't provide a listener API for this. That says, I don't think your request...

So it looks like magika can be run on both 3.8 and 3.12 but they require different version of numpy. And that just can't be done in a .lock file?