Dan Rose

Results 238 issues of Dan Rose

ezno does not tolerate Hashbang Comments. ```js #!/usr/bin/env node console.log("hello") ``` These are permitted at the beginning of a script as of ECMAScript 2023 https://262.ecma-international.org/15.0/index.html#sec-hashbang ``` error: ┌─ ./my/script.js:1:2 │...

bug
parser

### What is the issue with the URL Pattern Standard? URLPattern doesn't tolerate `+` in protocol. The polyfill gives this error: ``` new URLPattern("web+foo://example.com/baz") TypeError: Failed to construct 'URLPattern': Unexpected...

### What is the issue with the URL Pattern Standard? In the `URL` standard, delimiters are included in their respective parts (hash, protocol, and search): e.g. `new URL("http://example.com:80/bar?baz=bang#id")` preserve the...

#### Description of Change Previously, calls to `registerSchemesAsPrivileged` would add a new command line flag for newly added schemes. One call might add `--fetch-schemes=aaa,bbb` and the next call replaces it...

semver/minor
wip ⚒
api-review/requested 🗳

* [x] I have read the [contribution documentation](https://github.com/electron/packager/blob/main/CONTRIBUTING.md) for this project. * [x] I agree to follow the [code of conduct](https://github.com/electron/electron/blob/main/CODE_OF_CONDUCT.md) that this project follows, as appropriate. * [x] The...

Previously, `npm install; npm run lint` would fail. Now it succeeds. This involved a couple changes: 1. switch from eslint legacy to flat config 2. bump some plugins, including removing...

### Is there an existing issue for this? - [X] I have searched the existing issues ### This issue exists in the latest npm version - [X] I am using...

Bug
Needs Triage

### What is the issue with the WebSockets Standard? This spec says that the close code is optional, in [self-acknowledged contradiction](https://github.com/whatwg/websockets/blob/7b748d313427d66108aa5c6906ef1c9a9219703d/index.bs#L396-L398)[^1] of RFC 6455. The RFC is very explicit about...

### Bug description From within the `blueos-core` image, you cannot resolve hosts published via MDNS. Additionally, MDNS does not participate in host resolution since `blueos-core` has a separate `/etc/nsswitch.conf` from...

bug
ui
triage

### Environment information ```block CLI: Version: 1.9.2 Color support: true Platform: CPU Architecture: x86_64 OS: windows Environment: BIOME_LOG_PATH: unset BIOME_LOG_PREFIX_NAME: unset BIOME_CONFIG_PATH: unset NO_COLOR: unset TERM: unset JS_RUNTIME_VERSION: "v22.6.0" JS_RUNTIME_NAME:...