🎙️ Just published a new episode of Svelte Radio: Remote Functions with Simon Holthausen. Have a listen:
🎙️ Just published a new episode of Svelte Radio: Remote Functions with Simon Holthausen. Have a listen:
To all the developers out there, I have two words: Free solo. --Aleš Vaupotič from Lessons learned
Ship like your life depends on it.
tried it on M4 mini, iOS26 SE, Win 10 and 11 on 3 different browsers without hickups
I code stupid things
Right ... just don't die, no code is worth it.
Jep, Google Keep s kljukcami.
Oh, wait. My bad, it is building. Buit I do see some assets loading issues, like full screen images before they get resized.
I did, not working out-of-the box with SvelteKit. Build fails on virtual $env imports.
Just built our @svelte.dev-based web site with @vite.dev 7 beta and it went smooth as silk. Kudos!
Won’t be able to make it to Barcelona this year, but as a wheelchair user and @svelte.dev community member - knowing that the venue is fully wheelchair accessible (without digging around for info) is hugely important.
Congrats to @rich-harris.dev and Svelte Team pushing #a11y online and offline. ✌🏻
I see. Thanks for constant improvements of the ecosystem!
Opening tag signs missing from CSS
Wouldn't that ask for an alternative /svelte-template.json for downloads? It would improve initial experience for new users. Also, while at downloads, is only my CSS truncating <'s?
As with any other similar solution you have to work around full page reload as the back button loads partial only.
Are you actually exporting MyCompo from $lib/index.ts?
👀
An often requested SvelteKit feature is now available!
"Your work outlives your shortcuts." A quote by Aleš Vaupotič from a blog series "Lessons learned"
Don't be afraid to put in the hours on your next project and avoid shortcuts. Think twice about installing that package. An hour spent today is a week spared next year. #lessonslearned #svelte
We are very excited to announce that the next Svelte Summit will finally be in-person again and happen on May 8 and 9, 2025 in Barcelona Spain! Tickets are now available and the Call for Proposals is open. Use code 'sveltmas2024' for a 20% discount until December 31. www.sveltesummit.com
Ah, TIL. Thanks. I'll surely post here once I deploy a Go project to CF.
No, not yet. Anything special about it?
Thanks for the writeup, but why is that unexpected? I believe this feature is very well documented.
I miss MS-DOS. It was the last time I was in control.
I am using HeidiSQL for it. Work out the tables, constraints, views, triggers, procedures. Insert some and see how it all behaves before commiting the initial migration script.
GUIs for initial designs are god sent. But, it feels much safer writing my own SQL for long term maintenance.
Thanks for fixing it, it works now.
A usable starter should include i18n and l10n. This means using something like Svelte reroute() for beautiful localized URLs and easy enough translation. Paraglide is making some progress here. inlang.com/m/dxnzrydw/p...
Onboarding to demo was actually bad for me: only English characters accepted and no error message on password max length which cuts off characters by itself. And when I wanted to close the account, it errored out with "Something went wrong". But, this won't stop me exploring. :)
You're welcome. Best of luck with your future projects!
May I recommend svelte-ux.techniq.dev by @techniq.dev or next.shadcn-svelte.com by Huntabyte. Both brilliant.
Just deployed a @svelte.dev site with @vite.dev 6 on @cloudflare.social with @tailwindcss.com 4. It just works (ok, some package overriding helps). Great job, everyone, thanks!
Here is an @astro.build 5 and @tailwindcss.com 4 Simple setup. No Tailwind config needed, no special Astro packages. www.youtube.com/watch?v=v55B... github.com/reepolee/ast... Live coding, apologies for typos and corrections.