kurisu_u

Results 13 issues of kurisu_u

the bug will appear if you choose to compile with x64 instead x86 ![image](https://user-images.githubusercontent.com/73207840/124356485-cbce8f00-dc48-11eb-8d3b-5ce067d41fa5.png) ![image](https://user-images.githubusercontent.com/73207840/124356408-798d6e00-dc48-11eb-9a6c-7b1e143a7150.png) because 1 pointer take 4 bytes in x86, take 8 bytes in x64 So if...

### Search before asking - [X] I have searched the YOLOv8 [issues](https://github.com/ultralytics/ultralytics/issues) and [discussions](https://github.com/ultralytics/ultralytics/discussions) and found no similar questions. ### Question ```python from ultralytics import YOLO if __name__ == '__main__':...

question

## Description ### TL;DR: Function `ui.create_ui` and `self.init_default_script_args` are not thread-safe. It causes thread-safety issues of API `txt2img` and `img2img`. To ensure the API is thread-safe, I move the code...

I install skonsole in `Ubuntu` run `skonsole commit`, after thinking, I got error like ``` Unhandled exception: System.Exception: Could not execute process. Command line: bash -c "cat /tmp/tmpdAJtw0.tmp | xsel...

使用Polly实现重试策略 如果遇到 qps ,则 1 秒后再重试,最多重试 3 次,如果重试 3 次后仍然出现 qps 异常,则抛出异常 在 Embedding 前,先将 kernel-memory 解析的数据分成至多16段,以减少 max token 384 异常

If a new frame doesn't arrive, the grab method will immediately return the previous frame, without actually doing a grab. This benchmark counts the time cost on the grab operation...

enhancement

### 问题描述 使用BiliPlus解析漫画时,代码一定会走这个分支 https://github.com/Zeal-L/BiliBili-Manga-Downloader/blob/c75ee369b44c6cd15ac3424b80d69fb4750b0dec/src/BiliPlus.py#L88-L89 导致`retrieveAvailableEpisode`函数在这里提前结束 https://github.com/Zeal-L/BiliBili-Manga-Downloader/blob/c75ee369b44c6cd15ac3424b80d69fb4750b0dec/src/BiliPlus.py#L100-L101 最终导致`BiliPlusComic`类的`self.episodes`内容为空 即无论什么漫画都必定解析失败,且没有提示 ### 预期行为 在BiliPlus上有缓存的漫画章节应该能解析成功,例如《我推的孩子》几乎每一话都是有缓存的 ### 实际行为 使用BiliPlus解析《我推的孩子》,所有章节均解析失败且没有提示 ### 截图或录屏 ![image](https://github.com/user-attachments/assets/6f51a559-bac5-406a-a374-8b35dc54cbc4) ![image](https://github.com/user-attachments/assets/86e5473d-44de-42db-8fc2-020ec05f3e26) ### 哔哩哔哩漫画下载器版本号 v1.5.1 ### 系统环境 Windows11 ### 日志 19:53:15 | INFO |...

bug
good first issue

https://github.com/wailsapp/go-webview2/blob/1cea6fa283522b953f44435a08c88da6ff35988b/pkg/edge/chromium.go#L242-L261 Error **"Overlapped I/O operation is in progress"** occurs if the length of the `script` parameter in `Eval` function is relatively long (approximately `len(script) >= 9000`). The corresponding Windows error...

Is there any way to pass a callback function when calling `ExecuteScript`? For example, consider the following code snippet. This code, of course, will panic during runtime. Could you please...