moetayuko
moetayuko
**Describe the bug** When the directory contains a large number of files (>5k in my experiments), launching coc-explorer will freeze vim entirely. **Result from CocInfo** (Obtained in another directory with...
__Disclaimer: I'm not sure if this is relevant to #242 or ever under the scope of this project__ A common scenario for nested tmux is the outer one on local...
MWE ```tex \begin{itemize} \item Foo \item Bar \end{itemize} ``` Cannot rename `itemize`: ``` 2021-07-16T15:06:19.726 INFO (pid:1482167) [attach] - receive notification: rename [] 2021-07-16T15:06:19.732 ERROR (pid:1482167) [attach] - Notification error: rename...
github allows changing checkboxes directly through web ui, it would be nice of markdown-preview.nvim to support this feature - [X] foo - [ ] bar
## What version of V2Ray are you using? ``` V2Ray 4.45.0 (V2Fly, a community-driven edition of V2Ray.) Custom (go1.18.1 linux/amd64) A unified platform for anti-censorship. ``` ## What's your scenario...
NVIDIA Container Toolkit doesn't work in rootless mode by default, because cgroup is not supported in rootless mode, disabling its use fixed the issue as mentioned in https://github.com/NVIDIA/nvidia-docker/issues/1155#issuecomment-884499204 However, __limiting...
**Describe the bug** Can't debug multiprocessing python programs **To Reproduce** MWE ```python import time import multiprocessing as mp def f(): while True: print("f") time.sleep(0.1) print("main") p = mp.Process(target=f) p.start() p.join()...
### 🚀 The feature, motivation and pitch Dear developers, GraphGym is a very useful tool for experiment management and a good skeleton for new research projects. However, it seems that...
### 问题描述 默认情况下b站返回的CDN是离解析服务器最近的,如通过香港服务器解析则返回香港视频CDN。然而这种CDN在境内访问非常慢,如使用Bili.Uwp时抓包发现的CDN `cn-hk-eq-bcache-03.bilivideo.com` ping高达200多,下载速度也非常慢,于是视频观看卡顿。 ### 描述解决方案 在网页端观看也存在同样的问题,如通过香港节点解析得到的CDN`upos-hz-mirrorakam.akamaized.net`在境内访问同样也非常慢。但“解除B站区域限制“脚本提供了手动将境外CDN替换为境内的功能,如图所示:  替换前:  替换后:  希望Bili.Uwp可以实现类似的功能 ### 备选方案 _No response_ ### 附加信息 https://github.com/ipcjs/bilibili-helper/blob/user.js/packages/unblock-area-limit/src/util/converters.ts ### 人人为我,我为人人 _No response_
## 描述你想要解决的问题或者功能的使用场景 目前收藏里的番剧页面只显示更新至第几话,希望加入观看进度 ## 描述解决方案 模仿官方web端,在`更新至`附近增加`看到第xx话 hh:mm:ss` 