Philip Nilsson

Results 4 issues of Philip Nilsson

### Describe the bug Create a file `tmp.ts` containing the following ```ts export function then() { return null; } ``` in folder `__test__` create `tmp.test.ts` containing the following ```ts import...

bug

It's stated in the `README.md` that this package provides (opt-in) support for rtop. What does this mean - and how can I use it? I'd love to use an inferior...

So I (and apparently many others going by google results) find it really uncomfortable using ctrl to the degree it's used in Emacs, and use some kind of rebinding mechanism...

``` const Component = withStateHandlers( () => ({}), { onUpdate: () => e => { e.stopPropagation(); } } ); ``` ### Expected This code will stop event-propagation. ### Actual It...