jimying

Results 17 issues of jimying

1. CreatePermission request support current version alway response 400 Bad request 2. Make tcp work well

type: enhancement

These codeql warnings maybe need fix |Multiplication result converted to larger type|A multiplication result that is converted to a larger type can be a sign that the result can overflow...

For sample ``` const builtin = @import("builtin"); pub const DataHdr = if (builtin.cpu.arch.endian() == .big) packed struct { v: u2 = 0, p: u1 = 0, x: u1 = 0,...

enhancement

### Zig Version 0.12.0-dev.1808+69195d0cd ### Steps to Reproduce and Observed Behavior I want to call pjsip(open source: https://github.com/pjsip/pjproject) library in zig. Here my simple sample : https://github.com/jimying/testpj.zig steps to build...

bug

In ws non-blocking mode (win->ws_block = false), WEBUI_WS_DATA will process in new thread (_webui_ws_process_thread), which call _webui_free_mem() to free memory. If muti-threads free and main thread _webui_malloc() to alloc memory,...

### Is your feature request related to a problem? Please describe. scan-build is a tool for code analysis, which is useful to find c/c++ bugs. ### Describe the solution you'd...

feature request

In some cases, webview is not needed. Could you add a macro (eg. WEBUI_ENABLE_WEBVIEW) to control if compile webview support or not?