Dan Rose

Results 238 issues of Dan Rose

Most objects in this library inherit from `DataView` or `TypedArray`. That means they have a number of methods which don't respect the type abstraction. e.g. since `Uint16View` extends `DataView`, it...

`Grid` has a `size` property which represents the log of the number of columns. This is confusingly named, since it seems like it should be some size of the grid...

- [x] Your Hyper.app version is **2.0.0**. Please verify your using the [latest](https://github.com/zeit/hyper/releases/latest) Hyper.app version - [x] I have searched the [issues](https://github.com/zeit/hyper/issues) of this repo and believe that this is...

`fnm install` doesn't make it obvious what versions are available. 1. I would expect the version argument to have some examples in `fnm install --help`. (e.g. `fnm install lts/latest`, `fnm...

**What kind of change does this PR introduce?** - [ ] Bugfix - [ ] Feature - [ ] Documentation - [X] Code style update - [ ] Refactor -...

### What happened? When resizing a layout containing a drawer, resizing past the breakpoint causes child components to get destroyed and recreated. This does *not* happen when closing and opening...

kind/bug 🐞
Qv2 🔝
mode/spa
bug/1-repro-available
area/components
flavour/quasar-cli-vite

Chai's behavior of `strictEqual` and `deepStrictEqual` differ in how they treat numbers (particularly `NaN` and `-0`). It seems like "depth" should not affect the equality of two shallow objects. ```...

question

- Treat `name` as `name@*` when specifying package manager for `corepack use` et al. Fixes #298. - Resolve an inexact package specifier from `package.json#packageManager`. `corepack use` makes it easy to...

Corepack rejects valid [package specifiers](https://docs.npmjs.com/cli/v10/using-npm/package-spec?v=true) which are not versions. For instance the following are valid specifiers which are more specific than semver but which nevertheless are rejected by `corepack`: -...