Hugo Korte

Results 30 issues of Hugo Korte

Is there a way to get the same type of results that pagefind.search(...) returns but for all indexed data? I am trying to create a treeview and need all indexed...

improvement
Pagefind CLI

### Describe the problem When you want to write runic code outside `.svelte` files you require to use the `.svelte.js` or `.svelte.ts` extension. This is fine and benefits compile times....

feature request

``npm i betafish`` doesn't work, how can i use it in my project

### Describe the bug When binding to inputs in nested forms, the binding fails and a runtime error is thrown: ```html ``` Although nested forms are not valid according to...

documentation

We should document the minimal versions we support in terms of browsers/features. This can cover any and all of the following: - Dependencies (Svelte/Kit, Next, Tailwind, etc) - Browsers -...

documentation

### Describe the feature in detail (code, mocks, or screenshots encouraged) Knowing what browser, what browser version, node, node version, packages and packages version, etc is valueable information when debugging....

help wanted
feature request
administration

### Link to the Page https://next.skeleton.dev/docs/components/progress/svelte#custom-animations ### Describe the Issue (screenshots encouraged!) The custom animation example used to be slower in the middle but during the zag conversion this animation...

documentation

This PR attempts to create `twoslash-svelte` which is an extension of `twoslash`that supports [Svelte](https://github.com/sveltejs/svelte).

### Environment NodeJS: 22.12.0 Magicast: ^0.3.5 ### Reproduction ```js import { builders } from 'magicast'; builders.raw('/** foo */'); ``` ### Describe the bug Providing a comment of any kind to...

bug