Simon Binder

Results 747 comments of Simon Binder

> We could split by primary input + builder label? Pretty much, what shows in the logs. I think that would cover my use cases. > Note that `build_runner` no...

Do you have a file that ends with a dot in your project?

Hm, my fix to `build_runner` hasn't been released yet. If you want to track this down, you could run `.dart_tool/build/entrypoint/build.dart` with a Dart debugger (pass the same arguments to the...

Could you also try running the generated build script with a debugger and break on exceptions? When the exception occurs, it would be good to see the `package:build_runner_core _SingleBuild._runForInput..` line...

Hi @vanlooverenkoen, did you have a chance to look at this? These fixes would be nice to have for drift's devtools extension. Let me know if there's anything I can...

There isn't, as sqlite3 doesn't have an obvious way to set timeouts (it's possible because you can inject a callback that it invokes once in a while, but nothing official...

> Tools • Dart 2.17.0 • DevTools 2.12.2 That Dart version should actually be able to run pre-NNBD code. The minimum language version was raised to 2.12 in Dart 3.0...

> I need change `drift` as well? That might break the automated migration script. If you leave version 1 of drift (obtained through `moor`), can you add this to your...

This resolves for me, but I don't know if the automated migration will work with that state: ``` environment: sdk: ">=2.15.0

Are there any analyzer errors reported on that code? Any warnings about unresolved references perhaps? If we can't resolve annotations, it's probably because the annotation references a class that doesn't...