Ngo Iok Ui (Wu Yu Wei)

Results 71 issues of Ngo Iok Ui (Wu Yu Wei)

Many crates have this lint to make sure every public item in the crate is documented. While it's unreasonable to document every crate since some are huge, we could make...

--- - [x] `./mach build -d` does not report any errors - [x] `./mach test-tidy` does not report any errors - [ ] These changes fix #___ (GitHub issue number...

This is rebased version of #30648. I opened this PR to be cleaner, as @delan suggested. `BrowserManager`s are renamed to `WebViewManger`. The [overlap](https://github.com/servo/servo/pull/30648#issuecomment-1842665177) between viewport and toolbar still exists. Maybe...

**Is your feature request related to a problem? Please describe.** Our current implementation is quite different than winit before because winit creates `NativeActivity` for its application and it's limited when...

help wanted
type: feature request
platform: Android

The reason of current implementation looks like this is because we have to comply the restriction of Gtk and the design of tao/winit itself: Both of them want to occupy...

platform: Linux
type: feature request
status: needs triage
priority: low

Test bind to IPv4 and IPv6 should be OR, or it might have error when IPv6 isn't supported. Also fix some doc test and README description.

Not exactly an issue but if anyone encounters error messages like `type_traits` not found when building mozjs, it's probably because you need to install newer version of libstdc++. As of...

`libloading` can load the dylib during runtime. This could be our solution for https://github.com/tauri-apps/tauri/issues/3859

We know WebkitGTK isn't that great, and I decide to look into it more recently. I believe some are because of WebkitGTK, and some could be GTK itself too. If...

help wanted
type: enhancement
platform: Linux

In tauri v1, we locked our webkitgtk version to 2.22. But now we have bumped to 2.38. This means we could enable sandbox already. https://webkitgtk.org/reference/webkit2gtk/2.28.3/WebKitWebContext.html#webkit-web-context-set-sandbox-enabled What I'm not sure is...

type: feature request
platform: Linux