Ovidiu

Results 16 comments of Ovidiu

Why the final array needs resorting since messages are appended already in order using addMessage() ?

Do we have any fix for this issue?

Please reopen. This issue is not fixed yet. Sublime native snippets are still disabled if you have TabNine installed. Please provide a way to enable sublime code snippets on demand,...

@dimacodota I already have enabled it but it has no effect on custom snippets ``` { "native_auto_complete": true } ``` What is the expected effect of enabling this?

Hello, I studied your video, there are two things related to it: 1. there is a native graphical dialog that is working also on my machine 2. there is a...

I have a similar issue in `GlobalAllocator::Collect`. The semaphore is never released. @sibest is there any pull request with your proposal?

I am able to reproduce it polling socket accept on a websocket server and creating new connections from browser with a cadence of one new connection opened each 100 ms....

I was also surprised to see that an infinite wait is used (no timeout).

@sibest thanks for the patch. Unfortunately it doesn't change the behavior. I can send you the code to reproduce the problem.

@sibest I uploaded the zip archive with the code https://we.tl/t-DrC0kZPGwN I am building it by running `./build.sh` with MinGW installed. With this standalone example, it stops somewhere immediately after 250...