

Thanks! Sorry for sounding a bit angry, I wasn’t aware that manual work was needed.
Thanks! Sorry for sounding a bit angry, I wasn’t aware that manual work was needed.
AFAIK the Piefed API doesn’t expose feeds yet. I will add them once they’re in there.
I only post peak content ya feel me 🚀🚀
phtn.app is always in sync with the main branch
I could eventually write a Mastodon adapter for Photon. Probably not very soon though
Yeah I’m not sure if this is my fault with an API call or if the API is just acting goofy (it’s in alpha). It’s quite inconsistent
Where did all the “Post” methods go on the main docs? They seem to be missing
You see, the joke is that “joke not funny and its on reddit so reddit bad”. lemmy obviously has jokes of higher intellect
I will make sure to post truly funny and intellectual content next time like “windows bad haha”
Hey, well, the ChatGPT chart shows it, so it must be true!
It might be overkill, but my website xylight.dev is written in Svelte with the framework Sveltekit. I use the
adapter-static
and disabled the client JavaScript withexport const csr = false
in my+layout.ts
.I really like Svelte since it lets me write reusable components really quickly, with very native feeling markup that, once I prerender it, expands into normal HTML.