FunnySaltyFish

Results 6 issues of FunnySaltyFish

import translators as ts File "/home/ubuntu/.local/lib/python3.9/site-packages/translators/__init__.py", line 4, in from translators.apis import ( File "/home/ubuntu/.local/lib/python3.9/site-packages/translators/apis.py", line 2450, in REQUEST_SERVER_REGION_INFO = TranslatorSeverRegion().request_server_region_info File "/home/ubuntu/.local/lib/python3.9/site-packages/translators/apis.py", line 182, in request_server_region_info raise TranslatorError('Unable to...

solved
code robustness
bug after translation server changes

Thanks for this repo, I write a corresponding Jetpack Compose version. https://github.com/FunnySaltyFish/JetpackComposePhysicsLayout :)

此PR包含如下更新: - 设置Activity主题为不带ActionBar样式 - 异形屏适配(刘海、水滴) - 读取图片时添加了Indicator - 添加简单的图片预览缩放支持 - 弹出类别的菜单ui优化 - 补充了一些contentDescription **框架本身仍需加强的:** - 图片加载速度,目前太慢了(真机,5000张图片,好几秒) - 图片滑动卡顿问题 - 预览图片的缩放、拖动等优化 - 选择图片时的卡顿问题

When trying to run `web,py` ,it will try to dowload as follows: ``` ada/afhqcat.pkl not found Try to download from huggingface: https://huggingface.co/aaronb/StyleGAN2/resolve/main/ada/afhqcat.pkl afhqcat.pkl: 0.00B [00:00, ?B/s] ``` When opening the...

It's a library to help parse incomplete JSON (like what ChatGPT generates in stream mode) in Kotlin, obtain information as much as possible. Examples: ```kotlin val partialJson = "{\"key\":\"Hello, "...

* **Markwon version**: newest Hello, I want to build a translation app using Markown, and thanks for your astonishing work, it can show complex translation result. However, I'm not sure...