Just testing if the database is still running.…
Development on Yala has stalled as my computer is packed up in a prep move to Las Vegas, NV.…
It looks like the upload feature is working. I'll work on the editing of community descriptions and header images soon.…
Okay, so this is embarassing. I'm mostly interacting with my PG database via prisma.io - which is great, but something has come up.
Right now, I have a "posts" table, with an "aggregatedVotes" field to my posts table which goes up and down based on…
When an anonymous user in an incognito browser sees the site, they see a green upvote tag, as if they've upvoted the post. Anonymous users should never have a positive value assigned to votes.
While the markdown works in the Post Details view (that's this view, with all the comments), it doesn't work in the summary view! Next pull request should add that feature.
I've built Yala out on Remix.run, which is a server-side rendering framework for React. It's very similar to Next.js but takes a different approach, which allows for support for nested routing without a whole lot of crazy configuration.…