David Martos

Results 111 comments of David Martos
trafficstars

@MartinPL Spot on. I have 2 monitors with different resolutions.

ok, thanks for the information! Yes, top aligning the monitors in Gnome fixes the issue.

Thanks @radex ! From your experience, do you think it would make sense to use a hybrid approach (clientwins-serverwins)? When a long time has passed since the last sync, use...

Yes, in the meantime customizing the DevicePreview.appBuilder by overriding again the theme seems like the only option. When I saw the weird theme issue I was having, I thought it...

I went ahead and implemented fix for this bug in the Flutter repository. It has been merged into master now. :smile: https://github.com/flutter/flutter/pull/60990

@aloisdeniel This is now fixed in the stable branch (Flutter 1.22) :wink:

Isn't the requested feature valid? I agree that mirroring with -- would not be ideal, but maybe some equivalent option for the test command would help for this use case?

I'm also using raw statements for the migrations steps. I think it's easier to reason about them.

Thanks @simolus3 ! I'll try next time I get the error on vscode. The strange thing is that the build_runner generates all the moor related files perfectly fine, so I...

Subqueries with the Dart API would make the query builder even more powerful. I can see them very useful not ony with joins, but as one value expressions to use...