Sergei Kogan

Results 6 comments of Sergei Kogan

@abompard For example I use cancellations to stop coroutines performing lengthy operations. Imagine a coroutine named "consumer" which declares a queue, calls basic_consume and handles messages somehow. To stop it...

It's an interesting question, thanks for bringing it up. I noticed the issue myself and it is really annoying. Finally I've got a good reason for doing a little research...

Found a good explanation of the $base/$self issue: textmate/textmate#1276

According to the textmate issue the workaround that I proposed earlier is not correct. It affects highlighting of C++ files. Seems like there is currently no good solution for the...

What version of Sublime do you use? I've checked my 3083 osx x64 and do not see such messages in my console (and I don't have "less", "coffee" or "postscript"...

OK, I've installed 3095 and now I see these messages in the console. Also I've figured out why there is a message about postscript even if there is no references...