Moshe Dicker
Moshe Dicker
@isoos I'm working on a design for how the backend would handle image generation. It seems now that `pub_worker` only handles a single payload which instructs it to rebuild a...
@sethladd needs better contrast on the bottom
Sorry, I assumed Mike knows exactly what's going on here, this has been a pretty well known issue with Google Fonts on X, so I assumed everyone knew. **Background** The...
The next step after this is to serialize the deltas that a ThemeData.copyWith(...) does. This will allow us to serialize all that we need. In other words, we would love...
Super exciting!!!! @rydmike There is a delay whenever values are changed on the new site. Seems like some smoothing going on. (easy in) https://github.com/user-attachments/assets/06e3c425-9ac2-4a1e-99d4-aa240a9b4654
@simolus3 didn't this https://github.com/simolus3/drift/pull/3422 pr fix this?
# Current Problem Drift's tight coupling of database objects to the main database class presents users with a difficult choice when writing code that interacts with the database: 1. **Encapsulation...
@simolus3 I think we should also rename some classes so we have less clashes with default Flutter classes. The big one that comes to mind is `Column`. This has made...
@simolus3 As massive benefit to using records is that they won't be "copied" when passed between isolates. Even if we support some sort of custom classes, maybe we should throw...
> I've been creating the schema and I was enjoying it until I found it after three days that it's not postgres compatible [It is](https://drift.simonbinder.eu/Platforms/postgres/), it just doesn't support the...