Richard Yu

Results 25 issues of Richard Yu

**Contributing rules** - Fork the repo and create your branch from `canary`. Then be sure to put the `canary` branch as the target for your pull request. - Please be...

Find single bedrock on top of the nether. Just like the "Bedrock Ceiling" feature of [BoundingBoxOutlineReloaded](https://github.com/irtimaled/BoundingBoxOutlineReloaded). Type `/single_bedrock` to turn on rendering, and type again to turn off. It checks...

new-app

许多用户会通过 https://greasyfork.org 来搜索脚本,提交后方便新用户发现这个脚本。 greasyfork 也支持从 GitHub 导入脚本。

### Welcome - [X] Yes, I've searched similar issues on GitHub and didn't find any. ### How do you use lego? Binary ### Detailed Description Currently there's no logs when...

area/lib

## Description In the result of streams HTTP API there is a `live_ms`: ```json { "id": "vid-14w0m16", "name": "stream_2", "vhost": "vid-583q51c", "app": "push", "live_ms": 1692788753828, "clients": 1, "frames": 229557, "send_bytes":...

EnglishNative

## Steps to reproduce: 1. Using latest snapshot image 2. `opkg install luci-nginx` 3. Open `http://` in browser ## Actual behavior: Redirected to `https://`, and browser warns invalid certificate ##...

Currently even if SSL is not used, the library still requires OpenSSL. Can you provide a compile-time option to disable SSL completely?

UWP 版本在关于页面多次 (具体多少次不知道,狂点就对了) 左键点击图标后右键点击一次可以打开服务器地址设置 ![image](https://user-images.githubusercontent.com/12028138/133498430-99e69c34-78a7-44c6-8b89-6e8891e2f800.png) ![image](https://user-images.githubusercontent.com/12028138/133498353-de812a89-bd8f-46e8-a07f-425e5a21c2a8.png) 将此处改为 `http://127.0.0.1:8080` 后并不能正常使用,个人猜测是因为请求中不包含 `music.163.com` 的域名。 能否支持这种方法,这样就不需要改 hosts 或者使用代理了。

enhancement
help wanted

1. It should not use public internet address space `2001::/32`. It's better to use private address space, for example: `fc00::/7`. 2. It should contain some “magic numbers”. For example SLAAC...

enhancement

目前锐捷插件进行第二次认证是主动把状态设为 `EAP_STATE_START_SENT`。 https://github.com/updateing/minieap/blob/7124083ee2e8162114ab3a1de74582bbb5f965bf/packet_plugin/rjv3/packet_plugin_rjv3_priv.c#L517-L520 但是代码中是有实现多次认证的功能的,是否应该改成由程序本身来开始第二次认证? https://github.com/updateing/minieap/blob/7124083ee2e8162114ab3a1de74582bbb5f965bf/eap_state_machine.c#L188-L192 问这个问题是因为我打算把 minieap 配合 OpenWrt 的 proto 来使用,就像 DHCP 那样。这样的话网线断开的话系统会自动处理重连。其他程序或脚本也能直接通过接口状态得知是否认证成功,以及直接控制重新认证。 其中需要实现认证成功后执行一个脚本,但是按照目前的认证流程,会触发两次认证成功。