Light mode on the landing Page is broken, black font on black background :) (I assume it's the light mode)
Light mode on the landing Page is broken, black font on black background :) (I assume it's the light mode)
@aatirar.bsky.social fan of your article here, some nice inspiration in it. Thank you :) aatir.substack.com/p/how-i-writ...
β¬οΈ Deshalb am 23. Februar BΓNDNIS 90/DIE GRΓNEN wΓ€hlen.
youtube.com/shorts/QrgbE...
It is beautiful! Also the docs π
I see the point with the ecosystem. But for me it's about the UX, same with discord. I think Slack is just the perfect way to have a chat or then break out into a thread. Yes, these also exist on discord and teams but it always felt unnatural to me.
And @iconify/svelte doesn't work in .svelte, astro-icon works like a charm in .astro.
But that component should also not hydrated as it only holds the SVG with some styling. Any suggestion how to have one way to use SVG icons in .astro and .svelte?
Than I tried to create a Icon.svelte component that get all icons via import.meta.glob('/src/images/icons/*.svg') to than load them, but somehow non svelte lifecycle hooks get triggered.
@astro.build I'm rebuilding my private website, for some interactive parts i introduced @svelte.dev. To keep it aligned pages are .astro and all components are .svelte. I tried several packages to import icons (phosphor icons <3), but they only work in astro or svelte.
Good question! Reason number one for me: around every two years I rewrite my private website in a new framework I'm interested in. During the process I learned to appreciate the astro content collections, something I kind of implement in sveltekit that I needed to keep track of. That's almost it.
Love it!
I'm since a while still migrating my sveltekit website to astro.js + svelte :)
github.com/LukaHarambas...
Love the idea!
Save it for later and than never read it.
Some colleagues of mine had the first generation of the WANDRD backpack, I got mine a few months ago and I love it! They also have different sizes :) I got the PRVKE in 21L and it fits my Macbook 14" easily, so maybe you would need a bigger version.
And I think no SVGs...
Iβm not a fan of apps that try to much, I need something simple that allows me to structure things but also limits how much I can do. Otherwise I spend more time tweaking the set up instead of doing things. I therefore always fall back to ToDoist and afaik they also have APIs.
Would like to have @jeffgothelf.bsky.social Lean Product Canvas v3 and Lean Strategy Canvas v1 in FigJam :)
@figma.com could consider introducing something like JetBrains has for open source contributors? A free version for people contributing to the community? Wanted to create new FigJam templates, but my education account expired and I can't add new files, neither update my public Figma CV template.
iPhone Home Screen
One screen to rule them all.
Would love to use it more often to generate post-its based on my input.
I have to say the AI in FigJam (@figma.com) is the most stubborn AI I have interacted with. I tried it multiple times. But I think it's not worth it. Provide a list of bullet points to create a post-it for every point. And what does it do? Creates a Gantt chart, as it's mentioned once in the points.
#Product people I need your brains :) I have roughly 150 Euro education budget left. I learn best by solving problems and finding new solutions. THat's how I learned coding, design, wood working. Therefore books are out, also online courses. Any idea what I could do to learn something new?
I saw the same post and actually met the guy a few years ago. It might just be an organizational thing, but where I work now, sharing that a hypothesis was wrong actually builds trust in the person. Thereβs no judgment about the hypothesis being wrong (ok, maybe if every single one is wrong).
I wanna guess? :) GetSafe?
Ah and I just saw that your package is for sveltekit, so nothing for me (this time).
If svelte 5 offers that I wanted to use it and I try to build my own stuff for smaller topics. That's for me part of the fun having my website as my playground.
Migrating my private website form sveltekit to astro. Still using svelte for the dynamic elements. Similar to my posts on my current website (harambasic.de/posts) I'll have a sidebar. If a user selects a tag the search param will change and I want to listen to it in the list of posts to filter by it
@rich-harris.dev Heyho π do you have by any chance a usage example of βSvelteURLSearchParamsβ doesnβt seem to work for me, searched on GitHub, didnβt find anyone using it. Iβm stiffening to leverage it and now have a custom implementation of it that I donβt like π svelte.dev/docs/svelte/...