MichealReed

Results 51 comments of MichealReed

I added a Windows implementation for transparent overlay windows and position here: https://github.com/MichealReed/desktop_window Will submit a PR when I am able to add support for Mac and Linux as well....

https://medium.com/the-react-native-log/using-cronet-in-your-mobile-app-7dda3a89c132 May be able to use the approach here, not familiar enough with Apple native development to make a call.

It should still support 0.9, 1.0, 1.1, 2.0, and 3. QUIC should be revealed as an option, but I feel cronet is safer and better to use than okhttp out...

I pulled it over and merged the changes to check out the android version, but cant seem to get it working. Mic permission is granted (although it crashes app after...

Thanks for jumping to this. Things are working great so far, but the fft buffer visual is a bit different than I expected from using my custom visualizer on other...

Wanted to add here that Rody Davis has created a really cool AST tool that does something similar. Maybe it can be adapted to work with this library? https://github.com/rodydavis/flutter_ast_core

A feature like this could do a lot to streamline multi-platform development with flutter. I have developed applications using flutter for web/iOS/Android/Windows/Linux, the ability to save a change on my...

Seems there are others, but none working on web.

Curious if these will be able to decode opus by the packet, or require full and properly sequenced files? Here is a great discussion around this topic for web audio...

> try to use type: "email" There is not a email type on the flutter implementation. ![image](https://github.com/supabase/gotrue-js/assets/12153323/b8df8bd8-87b8-4983-afab-3c303c82ef97) I have a work around in place that catches the error with the...