Florian Bruggisser
Florian Bruggisser
Quick update to my previous post: The numpy2 compatible package is released now on pypi [mediapype-numpy2](https://pypi.org/project/mediapipe-numpy2/): ```sh pip install mediapipe-numpy2 ```
I have the same issue with the most recent version of gradio. How should we solve that?
I found the issue, it is in the `get_root_url` method in https://github.com/gradio-app/gradio/blob/fe8c06afb53d81131f0aa44cb74081150c7a2324/gradio/route_utils.py#L392 The issue is that gradio gets a request url and needs to find out what the root-path of...
@SnowSquire Not really, I am still using the [temp file solution](https://github.com/cansik/open-azure-kinect/blob/main/openk4a/playback.py#L165C9-L167C45).
Hi Simon, thank you for the comment about this issue. Yes, the `ArtNetClient` is not following the standard as it did not seem relevant so far, but your case is...
Hi, thanks for the provided video, would it also be possible to provide a minimal example which shows the problem? Without code it is difficult to help you with that.
Does this behaviour happen only on android or is it possible to reproduce it on a computer as well? To be honest, I can't find anything special in the code...
Afaik there is no mechanism built into artnet4j that would prevent this behaviour (only send every nth second). Maybe android is messing with the sockets. I think I can not...
Hey Tyler, thanks for creating this PR. I apologize for my late response. The project isn’t as important to me as it used to be. To be honest, I’m not...
In WPF using `WebView2CompositionControl` this is not only "not clickable", it is completely making the component not responding to any touch or mouse inputs. Basically it freezes the interaction. Is...