Hugo Korte

Results 18 issues of Hugo Korte

### Describe the problem Whenever having 2 data fetches in a load function and want to for example only invalidate the first you cannot do that, yeah you can use...

feature request

I'm building a chess application using chessjs on the client and need the same logic on my serverless function, the serverless function is running deno and i still want to...

### What happened? When touching your screen while a title is playing the UI for pausing, forwarding, backwards, settings, etc appears. But when you interact with these, for example the...

bug
awaiting-approval

![image](https://user-images.githubusercontent.com/63101006/223854065-aceceeb7-daad-4845-a7d5-afb1fa221df9.png) ![image](https://user-images.githubusercontent.com/63101006/223854449-f9fd45bc-8530-43fe-b08d-f3bfe88da150.png) I've got a chessground setup and I'm trying to make a responsive board using grid but my board overflows my grid because for some reason the board is...

When I start Quaqqa the container it is inside is immediately overflown and the preview takes up way more space than the container's space allows for, are there any examples...

Closes: #2390

Changes: 1. All collections are now categories under the `docs` collection. 2. All categories are accompanied with a `meta.mdx` with metadata related to that category. 3. Added `src/content/config.ts` with `zod`...

### Describe the feature in detail (code, mocks, or screenshots encouraged) Let's say I want to build a static website (no server) for my blog and I'd like the users...

feature request

Hey, awesome job with mdsvex. I am trying to create my own preprocessor but instead of markdown for [AsciiDoc](https://asciidoc.org/). Mdsvex seems to somehow "ignore" all svelte like stuff and only...

When hosting via dotnet and using the app.UseStaticFiles() you require to add: ```cs var provider = new FileExtensionContentTypeProvider(); provider.Mappings[".pagefind"] = "application/wasm"; provider.Mappings[".pf_meta"] = "application/wasm"; provider.Mappings[".pf_index"] = "application/wasm"; provider.Mappings[".pf_fragment"] = "application/wasm";...