ye4241

Results 8 issues of ye4241

Spug 版本: 3.1.5 ## 问题重现步骤 1. 上传一个ed25519的私钥和公钥 2. 创建一个主机,报错 Exception: unpack requires a buffer of 4 bytes ## 报错/问题截图 略,应该是不支持Ed25519Key格式的私钥导致的 ## 期望的结果 同时支持 RSAKey 和 Ed25519Key

In MaterialDesignTheme.RaidoButton.xaml file, the canvas is large than viewbox, it will cause multi radio button look like oval, not circle. > three radio in uniform grid with 3 columns ![three...

bug
up-for-grabs

没写过go,我盲写的,也没测试过。 至于import为啥被重新排序了,是VS自己格式化的时候排序的,我感觉还挺合理的。 如果不对的话,可以当成一个需求实现下么?比如在sync的可以加上参数,忽略系统的软硬链接。

### Summary Due to the api server is down, the bot starts slowly. ### Reproduction Steps https://github.com/dolfies/discord.py-self/blob/553cfa2bae2d7743f762685017aa13beaea93244/discord/utils.py#L1452 This server is down, could I remove the useless code, or fix that...

unconfirmed bug

## Summary Try to fix issue: #671, now bot starts faster. ## General Info - [x] If code changes were made then they have been tested. - [ ] I...

1. 更新了一些依赖包 2. 引入adblocker来屏蔽发送页面广告,加快加载 3. 修复无效cookie带来的重复刷新登录页面 4. 可引入act做本地化验证GitHub actions 如果发现还是无法正常登录,建议修改下 CACHE_NAME 环境变量为其他的随机值。

The resx file with images, icons, or files are generated as string now. It should be as below: ```xml ..\some_image.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a ``` ```cs /// /// Looks up...

This pull request enhances the way the `getYkcs11Library()` method in `YubiKey.java` locates the YubiKey PKCS#11 library, making it more flexible and robust, especially for custom and MacOS environments. Improvements to...