Dan Rose

Results 238 issues of Dan Rose

### What version? 0.41.1 ### Which command? _No response_ ### What happened? The site `http://nodejs.org` was briefly unreachable, causing `proto` to fail: ```console $ node Error: plugin::call_func::failed × Failed to...

bug

`npx ezno repl` repeatedly prints "Prompt not supported in NodeJS (sync issue)". It should either: 1. Fail more gracefully (e.g. print the error message ONCE then exit) 2. Support Node...

bug
cli

I'm trying to get started with `ezno` and `npx ezno check file.ts` does not print anything and exits with code 0. ```console $ npx ezno info [email protected] (#10617350335) A JavaScript...

bug
cli

### What is the issue with the URL Pattern Standard? Using a `:` token to capture the port of a URL fails if the URL is using the default port...

### Summary of the new feature / enhancement The `powershell.config.json` file has [plain-text documentation](https://learn.microsoft.com/en-us/powershell/module/microsoft.powershell.core/about/about_powershell_config?view=powershell-7.3) but I could not find a schema. It would be nice to have a JSON schema...

Issue-Enhancement
Needs-Triage

**Prettier 2.6.1** [Playground link](https://prettier.io/playground/#N4Igxg9gdgLgprEAuEAbOMAEBLTfMC8AOiAGYQBOAtgIZZVwCEJ+A3CADQgQAOM20AM7JQNChQgB3AApiEwlDVSSaAT2FcARhRpgA1hgDKNBgBlsUOMlJLBcLTv1GeuiwHNkMCgFd7IOFSacAAmwSGmNFBu3jRucABilLQw-FHIIDTeMBCcIAAWMFSoAOp52PCCLmBwhvLl2ABu5arpYIIaIBZ2FDDSOm601rZ+AFaCAB6G7ugAit4Q8EOodlwuFN3ppKhSuTwUFjDF2MEwecgAHAAMqxJ2xTo86Xtw3Q1WXACO8-B9vAoZggAtJYQiFchQ4F9sBC+rFBkgbMs-HYqNhPD5kdM4HMFlYEcMuDAaJojiczkgAEyEnTYVDuADCECo8P8ggArLlvHYACrEhSIlYgBq+ACSUDCsEMYH2fAAguLDDBVOgloKdFEakSesgACxcdVxACi4uQAEZzgBfC1AA) ```sh --parser flow --range-start 4 --range-end 18 ``` **Input:** ```jsx let i ="format me!" ; ``` **Output:** ```jsx let i = "format me!"; ; ``` **Expected...

type:bug
lang:javascript
area:ranges

* **Electron-Builder Version**: 25.1.7 * **Node Version**: 22.9.0 * **Electron Version**: 32.1.2 * **Electron Type (current, beta, nightly)**: current N/A * **Target**: nsis I'm using `electron-builder` with `detectUpdateChannel = true`,...

**Describe the bug** The array returned by `c.getRotation` is mutable and live but updates aren't reflected **To Reproduce** Steps to reproduce the behavior: 1. Go to https://gltf.report/ 2. Open a...

bug
package:core
external

**Describe the bug** The list returned by `listParents()` for a default scene contains the root element twice. **To Reproduce** Steps to reproduce the behavior: 1. Go to https://gltf.report/ 2. Load...

bug
dependencies
package:core
external