Drabuna
Drabuna
Any ballpark numbers you can share based on running the GitRec?
Hey @PetrBezousek, Thanks a lot, that gives a pretty good idea of how much resources I might need!
Would be great to have this!
Indeed, you can get pretty far with the MySQL compatibility layer. You have to connect through Clickhouse MySQL port `9004`, and use `password_double_sha1_hex` for the user's password, otherwise it won't...
@hu70258tao before it gets implemented properly, just use this: ``` typedef MarqueeBuilder = Marquee Function( BuildContext context, String text, TextStyle textStyle); typedef TextBuilder = Text Function( BuildContext context, String text,...