Simon Binder

Results 727 comments of Simon Binder

How many flights are there, roughly speaking? There's some overhead that we can't avoid: Even if we're using isolates, we need to serialize and copy result data which takes time....

Thanks for the report! I'm able to reproduce this locally and I see that the problem is. This will be fixed by the next update, which I'm aiming to release...

It should work if you migrate to `drift`. You also need to replace `moor` with `drift` in your `analysis_options.yaml`, something that I overlooked in the `moor_generator migrate` command. I made...

I just tried it with a new project and at least it looks like basic auto-completion and errors work with `drift`. Outline and highlighting appear to be broken, but that...

Huh, so the plugin does get registered. If your moor/drift files have syntax errors, do they show up in the problems view and in the file? Are you using the...

Sorry, nothing new yet. I still couldn't reproduce this in its entirety (_some_ IDE features work for me). Does it work for you if you create a new empty project...

If you clear the local plugin cache (`~/.dartServer/.plugin_manager` or `%LOCALAPPDATA%\.dartServer\.plugin_manager` on Windows), does that help at all? Otherwise I'll setup an example project for you to try out and I'll...

> I am getting an error trying to see lsp_capabilities, IDK what this is all about I think I have fixed that in https://dart-review.googlesource.com/c/sdk/+/216186, but it's not in a stable...

I had a quick look and it seems like the analyzer is just not picking up plugins at all now. If you navigate to `/plugins` on the diagnostics page, do...

It looks like the analyzer isn't recognizing `drift`, but it does recognize `built_value_generator` as a plugin for instance. I'll have to take another deeper look at this.