Jonas Luebbers

Results 10 issues of Jonas Luebbers

Is there a standard library for built-in types like Array, Object, Map, etc? Something like [Sanctuary](https://sanctuary.js.org) is for Fantasy Land, but tree-shakable? I also noticed fp-ts but I want to...

Hi! I'm curious what the long-term plan is for this library. Are there any big problems that still need to be solved? Is there a roadmap for planned features? Of...

On the example page https://genericcomponents.netlify.app/generic-listbox/demo/index.html on Safari. If you click inside the listbox and then press tab to focus next nothing happens. This works as expected on Chrome.

This extension doesn't support user configuration. It would be nice if you could set some options in vscode's `settings.json`.

Svelte preserves whitespace inside regular tags. HTML comments are stripped out by the compiler, but the whitespace around them is not, causing the component output to have extraneous newlines. This...

Some sections are missing context for that step, or the description doesn't mesh with the previous and next sections.

WIP This PR is an effort to resolve Issue #466 by taking the best of both worlds from `transition-group` and `presence` As mentioned in #466 `presence` primarily works by deriving...

### Describe The Problem To Be Solved `presence` is super helpful for transitioning between components without unmounting them. However, it is missing some features that are present in `transition-group` despite...