Manuel Cerón

Results 15 comments of Manuel Cerón

More debugging information: This happens when it's trying to detect if it's a server app: ``` if (project.path_to_example and self.has_prefix(project.path_to_example)): # TODO(guillermooo): improve detection of cli apps under # 'example'....

Hi this is what check configuration gives me: ``` Sublime Text Information ================================================================================ version: 3083 (stable channel) platform: linux architecture: x64 Dart SDK Information ================================================================================ version: Dart VM version: 1.10.0...

Weird, it was just working for me with the previous version. I was checking the Sublime console and I found the following error, maybe it could give some light: ```...

Btw, yes, I have restarted sublime multiple times.

Some details after more investigation: - This seems to be a race condition within the threads. After many restarts of sublime, the analyzer sometimes starts, sometimes it doesn't. - I...

I think I found the problem in `Dart/analyzer.py` the threading barrier defined in line 269: `_ready_barrier = threading.Barrier(4, timeout=5)` This barrier is timing out, maybe because of other plugins. I...

I confirm that the same barrier issue happens with Mac OS X.

That's okay :) I do agree that communities require moderation and it's a lot of work. You've already put a lot of effort in this book and it's completely understandable...

Hi, yes I think you are right. I recently refactored the GC again, and it seems that this is a leak. The address of the GcObject and the specific object...

I'm not sure if you are still having this problem. But here is how I solve it. You want to consume use the output of `java_proto_library` as sources (i.e using...