loynoir

Results 135 issues of loynoir

Related https://github.com/nodejs/node/issues/47592 https://github.com/nodejs/undici#undicifetchinput-init-promise https://github.com/denoland/deno/issues/8821 https://github.com/denoland/deno/issues/8821#issuecomment-780169326

## Type of issue ---- ## My environment * *OS version/details*: `eg. Windows 10 64-bit` * *Node version:* `x.x.x` (run `node --version` in your terminal) * *npm version:* `x.x.x` (run...

## 💡 Feature description `wasm-pack` should generate isomorphic code #### 💻 Basic example Below two targets have different output. ```sh $ cd hello-world $ wasm-pack build -t nodejs $ wasm-pack...

## actual ```jsonc "json.schemas": [ { "fileMatch": [ "**/.cargo/config.json" ], "url": "http://127.0.0.1:8000/schema/cargo-config.schema.json?from=json&ts=v1" } ], "yaml.schemas": { "http://127.0.0.1:8000/schema/cargo-config.schema.json?from=yaml&ts=v1": [ "**/.cargo/config.yaml" ] }, "evenBetterToml.schema.associations": { "^.*/\\.cargo/config\\.toml$": "http://127.0.0.1:8000/schema/cargo-config.schema.json?from=toml&ts=v1" }, ``` Change - `ts=v1`...

enhancement
Help needed

## actual ```jsonc "json.schemas": [ { "fileMatch": [ "**/.cargo/config.json" ], "url": "http://127.0.0.1:8000/schema/cargo-config.schema.json?from=json&ts=v1" } ], "yaml.schemas": { "http://127.0.0.1:8000/schema/cargo-config.schema.json?from=yaml&ts=v1": [ "**/.cargo/config.yaml" ] }, "evenBetterToml.schema.associations": { "^.*/\\.cargo/config\\.toml$": "http://127.0.0.1:8000/schema/cargo-config.schema.json?from=toml&ts=v1" }, ``` ## expected ```jsonc...

enhancement

### Is your enhancement related to a problem? Please describe. https://github.com/yarnpkg/berry/issues/5023 .yarnrc.yml ```yml unsafeHttpWhitelist: - "x-npm-registry-server" ``` ``` String does not match the pattern of "[-a-zA-Z0-9@:%._\+~#=]{1,256}\.[a-zA-Z0-9()]{1,6}\b([-a-zA-Z0-9()@:%_\+.~#?&//=]*)". yaml-schema: .yarnrc.yml ``` ###...

Sys: Docker ArchLinux Usage: a rust repo build script call deno call `npm:@napi-rs/cli` - when node ```sh $ npm install -g @napi-rs/cli $ napi build && echo OK ... OK...

**Brief** After `istanbul-lib-coverage` merge, unexpected `branch not covered` at trailing char `{` **Description** Run `reproduce.mjs` with env `RUNTIME=node` and `RUNTIME=browser`. Merge `coverage-final.json` from different runtime. Expect 100% coverage. Actually, `branch...

### reproduce C code ```c GDK_DEPRECATED_IN_4_10_FOR(gtk_widget_set_visible or gtk_window_present) void gtk_widget_show ``` ```c __attribute__((__deprecated__("Use '" "gtk_widget_set_visible or gtk_window_present" "' instead"))) extern void gtk_widget_show ``` ### actual rust code ```rust // This...

**Is your feature request related to a problem? Please describe.** Better manage `Cargo.toml` without human typing, just use tab-completion. **Describe the solution you'd like** ```toml [dependencies] foobar = { version...