Jonathan Gamble
Jonathan Gamble
I created a feature request for the `--env-file` flag so that it will work for everyone (Unix and Windows) and we can select `.env` file we want in local development....
Use ```import { ImageResize } from 'quill-image-resize'``` instead
Oh nice! Is this all routes, or does it let you customize the cache based on the router? Also, it seems for this moment in time, Vercel is the only...
Ok, thanks for the update. In my case, this was okay (with Supabase): ```js import { PUBLIC_SUPABASE_ANON_KEY, PUBLIC_SUPABASE_URL } from '$env/static/public'; ``` J Good to know Vercel is working on...
So why not have it pass a request object if it is being passed from a `form`, and otherwise a JSON object? ## Possible New Implementation This is kind of...
@dummdidumm ## Solid Start Hmm. Yes, you're right about Solid Start as I dig deeper; so that is not a good example. ## Qwik City It looks like the file...
1.) I believe there is a way to separate FILE objects from regular input objects. I will get back to you once I fully understand how Qwik plans to handle...
@dummdidumm @tcc-sejohnson - You don't need a `` html element to have a form input or button. That is the whole reason `on:click` exists in javascript. Most examples in [Svelte...
> It can, but then it will no longer work without JavaScript - that's the whole point if the progressive enhancement story which form actions are built around Ok, I...
This would help with adding a custom `fetch` function to SvelteKit for caching on the frontend. It is very odd this is not part of the framework to me. J