Xubai Wang

Results 12 issues of Xubai Wang

### Problem description The `vulkan-loader` package wrongly depends on `vulkan-loader-generic` only and ignores `vulkan-loader-android`, which makes it impossible to use `vulkan-tools`. This installation also affects other packages that uses vulkan...

JSR ignores local file entries in import map, making it impossible to publish WASM module with overridden import. The minimal example can be found in [Deno docs - Overriding import...

## Description Allow reinterpret the generic type in builder. For simple `skip` case: ```rust #[derive(Builder)] struct Foo { #[builder(skip)] foo: Option } impl FooBuilder { // change generic T1 to...

**Is your feature request related to a problem? Please describe.** Is it possible to review snapshots interactively? Both `jest` and Rust `insta` support this feature. **Describe the solution you'd like**...

Close #1444 This PR fixes empty fallthrough case `End` merge logic by tracking `End::Continue` state of each case. Also add a test case of boolean and operation using nested switch.

### Lint Name no-fallthrough ### Code Snippet ```ts function booleanAnd(b1: boolean, b2: boolean) { switch (b1) { case true: // false positive lint here switch (b2) { case true: default:...

bug

[OSC 7 escape sequence](https://michaelrommel.com/create/2024-11-19-osc7-and-why-you-might-need-it) is used to tell terminal the current working directory, so that terminal emulators can open new windows/tabs at the same directory. It can simplify the workflow...

enhancement

This PR updates the WebCodecs IDL to [Working Draft 2024-12-12](https://www.w3.org/TR/webcodecs/). It also involves changes in [MediaStream Recorder Working Draft 2024-10-31](https://www.w3.org/TR/mediastream-recording), which is 4 years ahead of this crate's implementation. (Optional)...

As previously discussed in https://github.com/boa-dev/boa/discussions/4369, I'd like create a WebAssembly binding for boa_runtime. This issue is opened as a feature tracker/checklist. ## Runtime choice At the time of writing, there...

API
E-Hard
vm