Rúben Ferreira

Results 49 comments of Rúben Ferreira

I can also confirm this problem on a Xiaomi Redmi Note 9 Pro (MIUI 12). Just a side note, I had this problem with the following package `flutter_inappwebview`. The problem...

I am having a similar (or same problem), where I define a property of my schema as a `{ type: 'array', items: fastify.getSchema('mySharedSchema')}'`. When I send only one file, it...

I have been using this awesome enhancement since the new moor version and I would like to suggest/discuss if the following features are possible to implement. If this is not...

> Since annotations aren't inherited in Dart by default, I also worry that this behavior may be non-intuitive to some. Seems fare enough, I wasn't aware that annotations weren't inherited...

> Since you probably don't include the common abstract table definition there, moor would ignore the table and not give you the shared companion. I don't include the common abstract...

I know it might be harder to achieve, but I agree with @kuhnroyal, a generic `DataEntityCompanion` would be preferable. Two classes (or more) refering to the same properties and behaviour...

I am having this problem as well, where I want an initial valid state. For fixing this I am initializing my `Subjects` with `seeded(initialValue)` and place an exclamation mark (Casting...

> But I changed something which made it work. Surprisingly it's the "ResolutionPreset" in the CameraController constructor. First I set it to medium which works on the pixel 6 but...

The ability to supply only some generics would allow a lot of customizability and "manual correction" where TS inference does not work as expected. @sinclairzx81 @RafaelGSS I have found some...

@sinclairzx81 Thanks for the help and sorry to bother. Correct me if I am wrong, but with that approach I can't generalize the preValidation for routes with different schemas. I...