Joe
Joe
Its now done. Let me know if you want a PR
> Yes, that should work. What sort of Dart support do you expect from this repository? This repository merely contains proto file definitions which are language independent. There are a...
For Mobile, use Flutter Webview (https://pub.dev/packages/webview_flutter ) . Flutter does all the hard work for you. There might be a gomobile example floating around too. For Desktop, As @bradleypeabody suggests...
Ent is not an ORM btw. Its a code generator. Some devs like this and some dont. Its all comes down to having a working github.com/genjidb/genji/sql/driver. Like this issue addresses:...
So the fix is: rename packages in tables to be "tables": https://github.com/GoAdminGroup/example/tree/master/tables ```` package tables ```` and in tables.go: https://github.com/GoAdminGroup/example/blob/master/tables/tables.go#L20 rename this ``` "users": GetUsersTable, ```` These changes have to...
me too - wish i could use this with Flutter Web
This one works well for me: https://github.com/vishna/flutter_cache_manager_hive
Its really great what your doing... important work to show what can be done and use as much forward engineering / code gen as possible. I will try out things...
The first thing i want to say is to know what your objective is. You can do build very different systems with CRDT. For example an oldie but an old...
THis discussion is really good !!