Alexander Makarov

Results 7 comments of Alexander Makarov

> I have a similar error, I still don't understand what exactly needs to be done when you say that the Unity project is located elsewhere? EDIT: I put the...

Here's a sketch. ```dart class PlutoColumnDynamic implements PlutoColumnType { @override int compare(a, b) => 0; @override bool isValid(value) => true; @override makeCompareValue(v) {} @override dynamic defaultValue; } ``` ```dart PlutoColumn...

> Forgive me if I'm overstepping by making this comment because I'm not a maintainer or a true expert. But you are trying to do problematic stuff. > > You...

![image](https://github.com/robbert-vdh/nih-plug/assets/6566940/e58f47d0-1421-4cca-8d2e-dc7e41c1f4a3) I created a monster, but it works! Rust + nih-plug = VST3. Flutter + serverpod = UI. Rust sends data to Flutter via HTTP. I understand that there may...

![image](https://github.com/flyerhq/flutter_chat_ui/assets/6566940/1e518e82-c54f-40d6-8070-db30aab97dde) That's the only way it works properly. Is checking "isComposingRangeValid" really necessary?

> no idea where it came from lol, seems like a bug to me, it shouldn't be there. Then we are waiting for a fix from you in the update.