Haroen Viaene

Results 163 issues of Haroen Viaene

The babel plugin has a "monomorphic" option to always return options, but it seems like htm proper (or possibly that's the preact integration) returns raw children. Is there some way...

https://github.com/developit/htm/blob/d62dcfdc721e47bc1923a2cb7a01ebd594ab0c25/src/integrations/preact/index.d.ts#L4 this returns VNode, while if you do `htm.bind(h)` the inferred return type is `VNode | VNode[]` https://github.com/developit/htm/blob/d62dcfdc721e47bc1923a2cb7a01ebd594ab0c25/src/index.d.ts#L2-L4 Which one of the two types is correct? Should this be changed...

Both Vue and Alpine have this weird syntax where events get preceded by `@`. I'm using htm in a library for templating. Preact is more of an implementation detail, and...

**Summary** resolve extensions and implement package.json#exports **Result** importing should now work as real ESM! progress: - extensions added - initial exports key added (not sure if it's correct, CI implies...

**Summary** Peer dependency warnings are given if you don't install those, so we should at least have them in the main install instructions. Could also make sense to do it...

**Is your feature request related to a problem? Please describe.** When you use independent versioning, the logic in `shouldPrepare` needs to depend on multiple versions, not just one **Describe the...

Some items can only be deduplicated if you choose to relax a different requirement manually (if you have a pinned version somewhere). It would be nice if this tool could...

When mounting a lot of widgets, the time to mount can add up quite a bit. This issue highlights a couple ways to deal with it. These PRs are ordered...

Scope: Core

**Summary** You should be able to cmd-click on every link rendered by InstantSearch and open it in a new tab. The default behaviour should never be prevented if it's a...

goal of this is to replace storybook at term, once it's all working as we expect. What's currently done: An example done for Breadcrumb using Sandpack for all flavours, using...