Michael Henson

Results 9 issues of Michael Henson

Repluggable looks like a really useful library but I'm struggling to get my head around some of the concepts involved. An example application would be really useful to help people...

### Describe the bug I have a page (`src/routes/things/[slug]/+page.svelte`) which has a corresponding `+page.server.ts` file. In this file I import several images and I then use `params` to determine which...

### What version of Remix are you using? 1.4.1 ### Steps to Reproduce Create a Remix project (with the built in Remix server) with the following routes: index.tsx: ```tsx import...

needs-response
bug:unverified

### Describe the bug I previously raised this bug - https://github.com/sveltejs/kit/issues/8224 It was closed because it was a duplicate of https://github.com/sveltejs/kit/issues/5240 which has been closed as resolved by https://github.com/sveltejs/kit/pull/9073 But...

### Describe the bug When submitting a form I would expect the `$navigating` store to be updated whilst the action is running. The docs at https://kit.svelte.dev/docs/types#public-types-navigation say that `$navigating.type` can...

In the image preview in the README file there is a subtitle for each item in the documents list. How would I go about adding this? I can only get...

triaged

**Is your feature request related to a problem? Please describe.** As discussed in https://github.com/ciscoheat/sveltekit-superforms/issues/201 it would be helpful to know if any forms are currently submitting. For example it could...

enhancement

Phero is amazing when using the generated server and client together. But when building a backend which can be consumed by many clients, some of which may not be using...

enhancement

Is it possible to generate a dependency graph for a project using the CLI? It'd be great if it was possible to generate a JSON file or similar which details...