Georgios Papadoulis

Results 26 comments of Georgios Papadoulis

Hello! > I think it should be inp_data_type for both here I completely forgot to update the post. I noticed that the if check isn't good, and changed it to...

The last pushes have the following changes: - Removed 'data.' from built-in types identifiers. - All connection validation / check functions return a `ConnValidType` instead of `(ConnValidType, str)`. The messages...

> might make it a classmethod of ConnValidType? Sure! > The `input_payload()` method makes sense to me regardless, but I think we might avoid implicit conversions as done through `register_payload_to_data()`...

As an update to the above, here's a refined version of `Event` that doesn't create a new dictionary by sorting the items nor uses an external library. It utilizes `insort`...

Hello! Regarding the sample code, anything that requires cursor interaction would work. [`TextFormField`, `SelectableText`, `DropdownMenu`, `Tooltip`]. What I find weird is that interacting with the widget itself works correctly (e.g....

This library is downloaded by a lot of developers each day/month. At the very least, this should be fixed. It's almost 1 year since this has been pushed, but a...

The PR for long-running workers still has not been merged. In the mean time, this is actually doable. The reason the foreground service fails to start is due to [restrictions...

> With a UsersCompanion.from method, the generated code would necessarily be invalid for those constructs. Should this be a big concern, though? Be it a custom-class or a Drift-generated one,...

I'm sorry, I am probably missing something. How is code going to break for incomplete row classes? Couldn't the generation of `UsersCompanion.from` be a shortcut for using the default `UsersCompanion`...

Sorry, I haven't had time to make a reproducible example. Until I can, I'll clarify in case it helps. The first snippet is a notifier (`AuthNotifier`), whose state I'm changing...