Officeyutong

Results 45 issues of Officeyutong

**环境信息** go-cqhttp版本: v1.0.0-rc1 **需要添加的功能内容** 私聊和群组消息上报事件中均提供`raw_message`用以表示未经消息段处理的原始字符串消息,现在频道的上报消息中暂无此字段,希望能够添加。

feature request

**Describe the bug** Setting `broker_connection_retry` to `false` prevents any tries for connecting to the broker, and directly produces a `BrokerError::NotConnected` error. My analysis: - [This code piece](https://github.com/rusty-celery/rusty-celery/blob/a7ddb20dde013f0985e04059602c840b697a14ea/src/app/mod.rs#L215) makes the argument...

Type: Bug

My fix for https://github.com/rusty-celery/rusty-celery/issues/302

打完第一块的轴了

新增时间轴 / Add Timeline

It seems that ebpf-verifier will reject programs containing LDDW instructions with src_reg greater than 1. At https://github.com/vbpf/ebpf-verifier/blob/fd85b8a6ac2c0cb5621d9c1f38368089d616b8b9/src/asm_unmarshal.cpp#L261 But the eBPF standard defined the usage when specifying `src_reg` to 2,3,4,5,6. See...

I tried to jailbreak on an iPhone7P with Electra 1.3.2 ,but after the 3 steps in the app ,the phone could not boot successfully and restart when the apple logo...

Markdown与LaTeX可以分别考虑使用Showdown与KaTeX进行客户端渲染以减轻服务端压力。 https://github.com/showdownjs/showdown https://github.com/KaTeX/KaTeX

具体见https://docs.python.org/3/library/dataclasses.html。 Python3.7中数据类型的新的表示方式

- 使用的是和评论区相同的OAuth App(直接从环境变量读的ID和secret) - 使用的后端存储仓库通过`GATSBY_GITHUB_COLLECTION_REPO_OWNER`(默认为`officeyutong`)和`GATSBY_GITHUB_COLLECTION_REPO_NAME`(默认为`collection-test`)指定 - 同时通过`GATSBY_GITHUB_COLLECTION_PROXYURL`指定所使用的代理服务器(正确处理跨域问题,默认为`https://sparkling-silence-bf63.officeyutong.workers.dev/?`) - 可以通过与评论区类似格式的`noCollection`变量指定在某个页面不使用题单投票 第一次用`MaterialUI`和`gatsby`写东西,希望不要搞砸

There are atomic instructions in eBPF standard, but they seemed to be missing from ubpf https://docs.kernel.org/bpf/standardization/instruction-set.html#id22