Geoffrey

Results 4 issues of Geoffrey

Hi, It is a common pattern in JS to use the character `$` to mean something special, or as a prefix/suffix. The problem when doing this in TS at the...

conflict

## 🐛 Bug report ### Current Behavior `NonEmptyArray` is not assignable to `[A, ...A[]]`. ### Expected behavior One should be able to use `NonEmptyArray` (and `ReadonlyNonEmptyArray`) with functions using the...

The fix in #5 caused a regression in TS 4.8. In this version, `Uppercase | Lowercase | Capitalize | Uncapitalize` can't be resolved to anything and any conditional type mentioning...

Hi, At current it is more difficult than it should to use ReadonlyArray. I spotted two places where the function signatures could change. In [SortableContext.tsx](https://github.com/clauderic/dnd-kit/blob/master/packages/sortable/src/components/SortableContext.tsx) ```diff export interface Props {...