Weihang Ding

Results 17 issues of Weihang Ding

I build angle static on MacOS, got `libEGL.a` and `libGLESv2.a`. And my project link to these static libs. But glfw error says `EGL: Library not found` I check glfw source...

enhancement
build
EGL

### Describe the feature request 为服务端的`subdomain_host`配置通配符域名证书 如`subdomain_host`为`frps.xiaoming.com`,则服务端可配置`*.frps.xiaoming.com`的证书 此时客户端在转发http时,可提供选项将http自动转为https。 ### Describe alternatives you've considered _No response_ ### Affected area - [x] Docs - [ ] Installation - [ ] Performance and...

proposal

汉奸走狗说的就是你 @programthink 狗东西,怕是日本人留下来的野种。去找你日本人野爹,或者去找你美国野爷爷。

Recently, I wrote a cpp version of image-size, which is [xiaozhuai/imageinfo](https://github.com/xiaozhuai/imageinfo). I got a lot of inspiration from `image-size`, and many thanks to your works. I found some error in...

如图: 第一列的值为空,此时显示高度不正确,发现是span的高度问题。 复现: 随便找一个带这种数组编辑框的页面,将span内的文本清空即可复现。 ![image](https://user-images.githubusercontent.com/4773701/106721060-21255680-663f-11eb-864b-5b40c869c115.png) ![image](https://user-images.githubusercontent.com/4773701/106720795-d86d9d80-663e-11eb-9f17-a2c0fa5f8e12.png)

``` Downloading Qode v2.1.0 [========================------------------------------------------------------------------------------------] 22% of 11.40MB 880.5s ``` I've set `http_proxy` and `https_proxy` env variables while `npm install`. But it seems not working. Please support proxy.

Subtract is not as same as LinearBurn Subtract should be ```glsl float blendSubtract(float base, float blend) { return max(base-blend, 0.0); } vec3 blendSubtract(vec3 base, vec3 blend) { return max(base-blend, vec3(0.0));...

Is the QOI encoding suitable for 1080p live video streaming when the bandwidth is sufficient? Reducing latency is a top priority.

``` ld: warning: direct access in function 'fmt::v10::detail::format_error_code(fmt::v10::detail::buffer&, int, fmt::v10::basic_string_view)' from file '/usr/local/vcpkg/installed/x64-osx/lib/libfmt.a(format.cc.o)' to global weak symbol 'decltype(fp.begin()) fmt::v10::detail::parse_format_specs(fmt::v10::detail::compile_parse_context&)' from file '/usr/local/vcpkg/installed/x64-osx/lib/libspdlog.a(spdlog.cpp.o)' means the weak symbol cannot be overridden at...

- Versiosn: OpenWrt 22.03.0 - Theme argon - Version 2.3.1 ![image](https://user-images.githubusercontent.com/4773701/234171945-827c117d-67b5-428e-9402-be687490e530.png) 看了一下,这里`vertical-align`应该为`super` ```css label>input[type="checkbox"], label>input[type="radio"] { position: relative; top: .4rem; right: .2rem; margin: 0; vertical-align: bottom; } ``` 修复后 ![image](https://user-images.githubusercontent.com/4773701/234171996-bd165fe4-33bb-4120-b9de-59c7adf333c5.png)