Thesoul
Thesoul
### Steps to reproduce I use a proxy to use telegram, I can login telegram web, but not Kotatogram. When i open the Kotatogram app, it always show connecting as...
deershare在文件传送上表现很好,但是它不能直接需要传送一段文字或一个截图。 在这里我想问一下:可以添加一个读取并发送剪切板内容并发送的功能吗。
得意黑 Smiley Sans项目地址失效, 目前该项目的有效地址是:https://github.com/atelier-anchor/smiley-sans
Added the index in python code.
动态的加入经常输入的,但是不能直接使用输入的字。就比如`lfvf` 会打出 `黑妹`来,但是我实际想输入的是`团建`。在输入多次`团建`后,输入`lfvf`时候选词中就出现`团建`。以实现动态调整词库的功能。 同样的`trgj`的首选候选词是`物理`,但日常的话使用`我更`这个候选词更多一点。在多次选择输入`我更`后,`trgj`的首选候选词就更换为`我更`而不是`物理`了。
### 问题描述 / Describe the bug 在Ubuntu 22.04 版本下,系统代理可以正常运行,但是开启TUN 到终端中还是不可以正常 Ping 通Google.com。也曾试过MacOS 下的解决办法 https://github.com/clash-verge-rev/clash-verge-rev/issues/3291#issuecomment-2792597842 但是并没有成功的在Linux系统上解决这个问题。 ### 软件版本 / Verge Version 2.2.3 ### 复现步骤 / To Reproduce 使用`sudo apt install -y...
In `lua/mapping.lua` file, I want to set some mapping about cursor moving, but always failed. My setting is here: ```lua function M.core_mappings(mappings) if not mappings then mappings = require("astrocore").empty_map_table() end...
I try to install pyradiomics in my uv project though the command: ```shell uv pip install pyradiomics ``` But the command do not run normally. Then I download the toml...
如何实现通过 Alt + Tab 在最近的窗口之间来回切换呐? 有没有对应的 Patch 实现?如何添加到当前的配置文件中?