Süleyman Gölbol
Süleyman Gölbol
The same applies to torrent trackers. I hope it will unblock UDP too.
I have a similar issue. I downloaded the video from this website. ( https://dizipal430.com/dizi/konusanlar/sezon-3/bolum-11 ) But it doesn't open the video with any player. (Vlc, Pot, etc) . I think...
It's been more than 5 years now. Isn't there any update? If streamlit could've run directly with python command (without ugly workarounds), we wouldn't have these problems
I opened an issue there 3 weeks ago: https://github.com/SchemaStore/schemastore/issues/4346 Still waiting for a fix.
> I believe `gr.Markdown` is supported but `gr.DataFrame` is not supported. @dawoodkhan82 can you confirm? Also we should have a helpful error if an unsupported component is used in the...
Is there any update on this issue so that we can still be able to use docker compose files in `docker/` folder
> I stumbled on the same thing, but there were issues in my compose file, so I though that may have been the problem. > > Basically docker compose files...
@djedu28 You're welcome! I'm glad this solved your issue.
If you got this error while using pytest you can also create a `pytest.ini` file where conftest or tester script is located: Content: ```ini [pytest] filterwarnings = ignore::DeprecationWarning ignore::FutureWarning ```
> > So, overall, I feel this issue is at least a feature request (if not bug) that uv should install latest version of dependencies. > > We do prefer...