Jean-Christophe

Results 5 issues of Jean-Christophe

`Push.Permission.request()`can either be called with 2 callback functions as parameters, or with no parameter at all, and in that cases, returns a Promise. `index.d.ts` should be updated to take the...

enhancement

draggable fails on chrome using touch events. My guess is that the touchend event is not triggered. The first draggable element is grabbed, moved and dropped. But then it's impossible...

Ended up with 2 similar solutions, not sure which one is the most elegant, even if I tend to prefer the first one. ```ts type Flatten = T extends [infer...

answer
en
459

```ts // I tried to avoid utility types: const caseMapper = { 'A': 'a', 'B': 'b', 'C': 'c', 'D': 'd', 'E': 'e', 'F': 'f', 'G': 'g', 'H': 'h', 'I': 'i',...

answer
en
612