iceBear67

Results 34 issues of iceBear67

支持获取群聊的历史记录 ~~之前在某群问过一遍,但是回复是不支持( )于是我去看了一下友商的库,发现~~貌似是可以拉取到历史消息的 https://github.com/takayama-lily/oicq/blob/b95a05fc5b8b88437bf56325894ba66fd9efb5a5/lib/group.ts#L522-L544 而且这个功能已经被验证过[有效](https://github.com/Akalrin/Icalingua_folk/blob/6b5fa770799565c8e007ca0b4c84ff5efbba6e7d/icalingua/src/main/adapters/oicqAdapter.ts#L1200)了(某现已尘封的聊天客户端)希望 Mirai 能够添加这个功能

t:feature
x:protocol
N
s:core

**I certify that I have first consulted** (check all with "x") **我确认我已经查看了** (使用 "x" 选择) - [ ] [Hexo documentation | Hexo 文档](https://hexo.io/docs/) - [ ] [Material theme documentation |...

### 请确认您已完成以下几件事 - [X] 正在使用最新的 Arclight - [x] 已为所有插件及模组安装依赖 - [x] 已为所有插件及模组更新至最新版 - [X] 不可在 Spigot 复现 - [X] 不可在 Forge 复现 ### Arclight 版本 Arclight version arclight-1.16.5-1.0.22-3ca639a6 (MC: 1.16.5)...

stale
Need More Info | 需要更多信息

#288 : ` @cjbrooks12 cjbrooks12 moved this from Waiting for Release to Done in Backlog on Dec 9, 2019 ` But how to use...

Using: `qv2ray-git` 3.0.0-rc1 with naiveproxy plugin. 复现: 1. 添加 naiveproxy 节点 ( 手动添加, type: naiveproxy )并保存 2. 双击连接 3. 出现弹窗 (`Cannot find a kernel for outbound protocol: naive`),连接失败。可以测速,编辑节点信息的时候发现 `user` 和...

因为具体代码不好贴出就把关键部分贴出来了 构造 request 的方法: ```java import java.net.http.HttpRequest; var request = HttpRequest.newBuilder(new URI("xxx/memberList?xxx")).GET().build(); ``` 接着是send: ``` import java.net.http.HttpClient; import java.net.http.HttpResponse; httpClient.send(request, HttpResponse.BodyHandlers.ofString()).body(); //接着代码会一直堵塞于此,时间超过 5 分钟 ``` Java 的 http client 默认配置会总是尝试升级到...

yaml 来自机场 clash订阅,clash客户端可以正常解析,以下是json示例 ```yaml proxies: - {"name":"A美国|默认|00|中继","type":"trojan","server":"aa,"port":47,"password":"aa","sni":"aa"} ``` YamlKT版本: 0.10.0

bug

According to the contributing guide, I have to post it here again. From [mastodon-android#451](https://github.com/mastodon/mastodon-android/issues/451) _The Internet is under heavy censorship in some countries (China for example). To deal with it,...

**Describe the bug** 搜索一首新的音乐,点击其他结果之后在音乐尚未开始播放之前点击回正确结果(点错了),正确结果可能会先播放一会,接着会被替换成其他结果的音乐,而且必须要手动清理缓存(删除目录,我觉得可以加个按钮做手动清理) **To Reproduce** Steps to reproduce the behavior: 1. 搜索 `Unwelcome School` 2. 随便点一首 Remix 3. 在没播放之前点回去原曲 4. 10s内发现问题 **Expected behavior** 正常播放 **Screenshots** If applicable, add screenshots...