Results 228 comments of Fedor Logachev

Sorry for such a delayed response on this. I do agree that this is a great feature that would be nice to have, but I am not quite sure about...

I still don't really have an opinion on this, the only input I can give - if I understand how cargo works correctly, than at least one library in the...

> What is the status on this? I especially would like to see it merged due to embedded system constraints. If it actually solve some issue for you - I...

It looks like this 120 comes from some sort of a setting and on other platforms miniquad also is sending unprocessed/unnormalized values from the OS too? Maybe we should split...

It was intentional, but if it is easy to make it works with a bigger buffer sizes - I don't really see why not. The only question here - could...

I do not have a really strong opinion here, but I feel that this code belongs to a crate/code snippet for a user code. It would be hard to rebase...

Thanks for, great work done here! However I am a bit hesitating to merge this as is because of all the issues you can see on your gif - apparently...

Thanks for report! android:exported really does need to be exported for newer androids :( It should be implemented on quad-apk level, but right now you can put this in your...

> Sadly this have not fix the issue with the Dell device. Since the minimal supported sdk seems to be 18 it should be supported. might be a bug! feel...

> disable DEX D8 compiler by adding android.enableD8=false and android.enableD8.desugaring= false to gradle.properties -> I have no gradle?, so I am not sure how to disable DEX D8 this is...