Guy
Guy
### Describe the bug Adding an `on:click` handler to the `Badge` component does not trigger on click. ### Reproduction ` alert('clicked')}>{ name }` ### Flowbite version and System Info ```shell...
### Describe the bug when using `import { read } from '$app/server';`, the first character of the path gets cut off. I have a `map.pgm` in `src/lib/map.pgm` (but same for...
I'm trying to parse some HashNode RSS feeds (multiple other popular feeds use these tags too) which use `cover_image` tags to store the images. This solution does not output this...
### Bug description I'm getting a `ReferenceError: __dirname is not defined` in ES module scope when building a barebones Prisma + Sveltekit app to node, preventing deployment - narrowed it...
### Reproduction I created a barebones npx create-remix@latest app, run with npm run dev and open in safari. When I do this, hot reload doesn't work and I get 2...