Tony

Results 181 comments of Tony

多测了几次发现只要这个 table 是用这种方式创建出来的就不能跳转 https://user-images.githubusercontent.com/68118705/223437576-7521102c-6ade-4834-bae0-741b280e7300.mp4

请问这部分是做什么的,去掉这部分就一切正常了 https://github.com/Tencent/LuaHelper/blob/3ae1ed9e706a206c8102abc63a167002c4a0f2d4/luahelper-lsp/langserver/check/common/var_info.go#L474-L477

Should be fixed now, by bd83f197f4a376f3996706d6522588f025b2fc32 [v0.5.12](https://github.com/cthackers/adm-zip/releases/tag/v0.5.12)

Waiting on https://github.com/tauri-apps/tauri/pull/9883 (need to also update v2 CI's config files)

I think some other [standard access rights](https://learn.microsoft.com/en-us/windows/desktop/SecAuthZ/standard-access-rights) are also missing, like `READ_CONTROL` for [`QueryServiceObjectSecurity`](https://learn.microsoft.com/en-us/windows/desktop/api/winsvc/nf-winsvc-queryserviceobjectsecurity), also [generic access rights](https://learn.microsoft.com/en-us/windows/desktop/SecAuthZ/generic-access-rights)? > https://learn.microsoft.com/en-us/windows/win32/services/service-security-and-access-rights#access-rights-for-a-service

We probably need some better documentations and names, and also implementation for linux and mac

No, it's for building applications with pretty much WebView2 only, like Electron but with the WebView provided by the OS

I think it's better to store downloaded bytes inside of `Update` instead of returning the bytes, that'll be a breaking change though

I'm using this to test it, sharing it for anyone who wants to test it ```diff diff --git a/examples/api/package.json b/examples/api/package.json index 3312494e..e3c6432f 100644 --- a/examples/api/package.json +++ b/examples/api/package.json @@ -23,7 +23,7...