Edit your content, dont just delete
Edit your content, dont just delete
Ah, my ide auto pulls in imports sometimes. Thank you
Check out svelte, its pretty much native JS.
Doesn’t get much simpler than this https://github.com/ando818/lemmy-ui-svelte/blob/main/src/routes/%2Bpage.server.js https://github.com/ando818/lemmy-ui-svelte/blob/main/src/routes/%2Bpage.svelte
Can you move the server name to an .env variable so I don’t have to run a sed? sharing my sed:
Yes, definitely will do.
On desktop browser, I’m getting a ‘500 internal error’ on the /r/post/xxx route, but not sure why. The console isn’t showing anything. The page.server.js seems to get the JSON fine from the API, but the .svelte file in that route is failing.
I think I know this issue. When clicking a post from the front page it stores the post so upon landing on /post/xxx it doesn’t have to refetch that data. It fetches the comments on /post/xxx but not the post itself. Just need to fetch the post itself if someone lands directly on that page.
Not my intention, I was referring to myself as the .dev extension is short for developer but understood Ill just remove the link
For what its worth, the domain has nothing to do with the project. Its just my personal site for testing
Can they? It doesnt seem so simple because they have no way of knowing which posts are edited in good faith vs not.
They can try to undo comments which sre repeated 10x+ times or something I guess, but editing users comments seems like a really bad move