Robert Estelle

Results 34 issues of Robert Estelle

### Describe the bug This is done in only one place and is obviously unintended: https://github.com/graphql-hive/graphql-yoga/blob/c3e7fddc8ae49da50263ac74fa9e6f0814f70c34/packages/graphql-yoga/src/error.ts#L98-L116 ### Your Example Website or App https://localhost ### Steps to Reproduce the Bug or...

See comment here: https://github.com/toss/es-toolkit/pull/556#issuecomment-3263219254 `merge(["1"], {a: 2})` gives a different result than `merge({x: ["1"]}, {x: {a: 2}}).x`, which is probably unexpected. Note that the merging is consistent in the `compat`...

p0: major bug
help wanted

PR #556 addressed an issue regarding how `merge` handles inconsistent source and target types by default. Looks like this should be applied to `mergeWith` as well, which still has identical...

p0: major bug

### Description `ProgressBar.Item` ignores any provided `aria-valuemin`/`aria-valuemax`, setting them to `0` and `100` respectively; which breaks aria attributes for quantified progress item that is *not* a percent — for example...

bug
react