Bernardo Ferrari
Bernardo Ferrari
Hey @Hari-07, sorry, I only saw the discussion now, I took your PR and fixed it (while keeping your name in the contributor list).
I don't think StrokeCap works that well for what we are doing. It has 3 options, butt, square and round, but 99% of the time you want two of them,...
Using boolean now, fell free to review the PR @bleroux. Thanks for the input!
Yeah. Mlx is super nice, but it is missing the "deploy" part, what do you do after you like your end result and want other people to enjoy it too?
question from ignorant person, but why mlx format is different from ggpuf, is there any place I can read that?
is there a way to load mlx into web socket? Like lm studio? I'm curious if I could serve my own model via mlx into other apps.
Same problem. It gets worse with Records.
This is enough to trigger the problem: Make a file named bug.dart: ```dart import 'package:flutter/widgets.dart'; Widget totalBuilder(List none) { return Container(); } ``` Reproducible project: [bug.zip](https://github.com/flutter/flutter-intellij/files/13291730/bug.zip)
You probably want some form of absorb pointer.
Probably the listView one is when you don't know if the last one is up/down, since the list might be infinite. The other one is very limited, so it is...