Peter Leibiger
Peter Leibiger
I can not reproduce this on master with either native or moment adapter. Using the sample app and setting `time: [new Date(), Validators.required]` or `time: new FormControl(moment())`. Can you provide...
Basically `MaterialPageRoute` and `CupertinoPageRoute` have a `bool fullscreenDialog` property which I need to set to true. When I defined a SailorRoute, I want to specify this, or optionally when navigating....
Trying to recreate with the debug logs now.
Ok I think I found the problem, your change looks like it could help in other cases but not here because this is somewhat a user error. I am using...
I am using the built_value enums because I need Strings in the database. So for me this would also be solved if moor could automatically support `String` `enum` conversion if...
Yea, I implemented something similar with `static const` instances and making use of the small `enum_to_string` package. The stock `enum.toString()` is pretty bad and also changed between Dart versions which...
Nvm... just ran into this again with just plain moor and a non-generated enum converter. I still have a guard block here: https://github.com/simolus3/moor/blob/ba987b57b1a324fd0594037fe60c6a81ab2db8a9/moor_generator/lib/src/analyzer/runner/task.dart#L200-L201 And it now logs and fails with...
So it seem this is somehow related to converters not found in the cache or something.
Could this somehow be causes by using the library builder instead of the shared part builder?
The error occurred before I split the targets and created plain simple enum converters as well as after. But it always fails with `.moor` files that use converters.