Results 13 comments of Pepslee

I have checked one more time, the connection is stable, it is all fine with connection, but after some time stream.listen doesn't see events.

Code to reproduce: ``` import 'package:solana/solana.dart'; SubscriptionClient subClient = SubscriptionClient(Uri(scheme: 'wss', host: 'api.devnet.solana.com')); Stream accountStream = subClient.accountSubscribe('2hySJsWNzv5FsQpaq38XL5iQY62jS2u1hw3fzdNUPn6m'); main() { DateTime now = DateTime.now(); print(now); accountStream.listen((event) { print(event.data.parsed.info.tokenAmount.uiAmountString); }, onDone: (){print(DateTime.now());});...

> Hm, that's interesting. What device are you testing it on? One plus 5, android 10

Why can't I use 4-channel `.png` image, or 4-channel `.tif` image ? Opencv `imread` can open 4-channel image, using `CV_LOAD_UNCHANGED` flag.

Hi, alexgkendall , you said, that to process 4-channel images, I need to make some changes to the dense_image_data_layer. I made some changes to the **ReadImageToCVMat** function, to provide 4-channel...

> Great! > > 1. Right, version 22+ of vulkan mesa should be used https://gitlab.freedesktop.org/mesa/mesa > 2. Yes, i bypass this by using the int or float on the both...

> I can [confirm](https://github.com/kpet/clvk/pull/543/files) that [CLVK](https://github.com/kpet/clvk) in combination with the latest version of Mesa's [v3dv](https://docs.mesa3d.org/drivers/v3d.html) Vulkan driver, you can get OpenCL on a rPi4. > > Unfortunately, important extensions are...

> Hm, that's interesting. What device are you testing it on? Hi, can you help with this problem pls?

> Another idea: you could try to add a `#ifdef` around `VK_VENDOR_ID_POCL`, similarly to how we've done it for `VK_VENDOR_ID_MOBILEYE`. If that's enough to get clvk to build against the...

> Another idea: you could try to add a `#ifdef` around `VK_VENDOR_ID_POCL`, similarly to how we've done it for `VK_VENDOR_ID_MOBILEYE`. If that's enough to get clvk to build against the...