ryanheise

Results 1670 comments of ryanheise

I just looked at the source code of your `image` library, and can fully appreciate how difficult it is to do the necessary numeric calculations at the necessary precision. I...

@mateusfccp as already discussed in this thread, we have typed data, but we don't have is `Uint8`. So if you're dealing with a list of integers, you're covered. But if...

> These are solvable problems, but they're a lot more work than they seem. That's fair, there will be priorities at play. But `Uint8` could still be introduced even if...

> I am not sure uint8 are that pervasive to actually save a lot of memory. Various applications would have objects containing either low precision numbers or flag bitfields. For...

> If you only have one uint8 in your class, it won't change anything. I know, but I provided examples, e.g. low resolution x + y coordinate + flags. >...

The first step would really be a reproduction project, even if you were to dig deeper yourself, but certainly for me to investigate.

My intention was to expose all of the relevant APIs related to Android Auto, so that if you just follow Android's own documentation on how to set up Android Auto,...

> [@ryanheise](https://github.com/ryanheise) I hope we can have some version of official package which combines audio_service package with android auto and ios carplay (of flutter_carplay) with example as support. as many...

I am currently in the middle of another migration, so I can't upgrade the SDK just yet. If `example/lib/main.dart` fails as you say, then it should be easy for me...

Not sure about "all along", the code has changed recently in order to more accurately readjust the position stream to reflect the hardware latency. So when you press play, we...