jezell

Results 116 comments of jezell

@ashishp-dev I'm not sure you can do that with the flutter SDK at the moment without forking. It's pretty easy to do with the go or python sdk, or the...

We may also be encountering this. We've been seeing something occasionally where chrome memory usage can be seen to rise hundreds of megs per second until the OS itself runs...

@meetakshay99 we just made our own API that connects the agents instead of using the livekit job scheduling to accomplish this. You can manually connect to the room and manually...

> I have multiple agents manually created and being used. But how do I "connect" to an agent? Can you pls share more details on what and how was it...

@mkustermann the issue is that the API itself exposes a Uint8List as the parameter, and there isn't a simple way to request the right type of Uint8List be created from...

@mkustermann but can NativeBuffer be used in dart2js? Part of the complication here is that dart2js and dart2wasm have a massive performance gap, with the WASM version just being insanely...

@eyebrowsoffire if there is no efficient way to copy the WASM array, that does present a bit of a problem with jank. If we can't get out a pixel buffer...

> How useful would it be for flutter to be able to test whether a Uint8Array is a JS typed array or not? I think in this case it would...

> Flutter engine does have this ability actually. It should be allowed to import private dart:_* libraries and can test via This is great. I'll give this a shot. I...

@eyebrowsoffire I think some of that work did recently land: https://github.com/flutter/engine/commit/6312dfc492cd6e0eb0768b164912d97451029c3a Though that only works if it's a browser supported image type. In the PDF case or something like HEIC...