Joel Howse

Results 9 comments of Joel Howse

Having a way to target components with CSS would be awesome. There must be existing proposals or discussions that have touched on this but for me personally this would be...

Yeah that's understandable. It's a hard feature to get right for every use case and I don't have any ideas about how you might implement it. If others don't need...

That's what I ended up doing! I wanted to create a free object with some other properties but will omit that for now :)

> I've had the same problem infrequently, but it usually went away after restarting VS Code. But more frequently I have had a similar problem with `redirect` in `+page.server.ts` files....

@ivanhofer I actually implemented path validation for the fetch in a branch (I would love some version of this to make it into sveltekit) It would generate something like: ```ts...

Just a quick thought, I think we should keep as much in the type system as possible. If something like: ```ts export async function api_fetch(url: string, method: Methods, params?: Record):...

I see what you're getting at, I agree that keeping the type as the route ID and passing params is simpler. Good point!

You don't have the JSON bytes available, just `map[string]any`.. If you can get the JSON bytes then you should just be using the `json` package!