Walker Lockard

Results 40 comments of Walker Lockard

In the meantime, installing `[email protected]` as a dev dependency to your repo, then using `yarn run netlify dev` seems to work.

Bump. Can we please get a release? It looks like many of the issues I have with this library have been committed to the repo. I use `setuptools` to manage...

Howdy! Bump on this one! I've made a reproduction repo!! https://github.com/wlockiv/repro-sveltekit-netlify-dev-fn-not-found Please please let me know what additional info, if any, I can bring to the table! Thank you very...

Some additional thoughts on this one. It looks like the CLI is taking those post requests and routing them to `/.../endpoint/index.htm` - it's adding the `/index.htm` at the end of...

Do we like the way that [svelte-headless-table](https://svelte-headless-table.bryanmylee.com/docs/getting-started/quick-start) has accomplished this? Tbh the column defn system doesn't feel that different to me, but It looks like he uses [svelte-render](https://github.com/bryanmylee/svelte-render), which he...

I like the idea - this would basically let Svelte do all the if blocks that @KevinVandy was mentioning, right? I've only read some of the docs for snippets, so...

I've drafted up an approach using the vanilla library. Repo: https://github.com/wlockiv/svelte5-tanstack-table-demo Demo: https://adorable-beijinho-47e52b.netlify.app/ This gives us a `` component, a ``, and another for footer that is basically just a...

Sorry I didn't realize before that Placeholder in the adapter has nothing to do with placeholders in the core library. I should be good to make this into a PR...