CorrectRoad

Results 110 comments of CorrectRoad

> Understood your needs, however, we need to consider the issue of parameter passing, such as the passing of the 'best', 'randomName', and 'key' parameters. Ok. I will try to...

I fix it by installing `flask` and `werkzeug` == 2.0.0. But I got a new problem😭 ``` test/video_download/test_download_video.py:10 /Users/ctrdh/Code/Media-Fetch-Pro/test/video_download/test_download_video.py:10: PytestUnknownMarkWarning: Unknown pytest.mark.server_settings - is this a typo? You can register...

Are All App Icon be grey? I think it may caused by mergeFS🤔

没有问题的,抱歉这么晚才看到你的问题。如果能带上原地址就更好了。😉

why new version docker remove tag after image name?e🤔

fix in https://github.com/IceWhaleTech/CasaOS-AppManagement/pull/180 Thanks for your feedback. the patch will release in next version.

我在iOS16里的safari和微信里复现不了,可能是浏览器旧版本的问题吧。

I reproduce it. It is a useful feature and a friendly design. I will code for implementing the feature.

I think to listen Copy Event instead of the Ctrl+C Key-Down Event is a better way to fix the bug. Such as https://developer.mozilla.org/en-US/docs/Web/API/Element/copy_event WDYT? I saw your commit, first used...

> > I think to listen Copy Event instead of the Ctrl+C Key-Down Event is a better way to fix the bug. Such as https://developer.mozilla.org/en-US/docs/Web/API/Element/copy_event WDYT? > > I saw...