Created 08/01/2023
by KerryBoyko

This is the development community for YALA. Feel free to ask questions and post here, report bugs, say what you think is cool about the site, what you hate about it, what you want to see.

Keep in mind, YALA is not feature complete. It's not really ready to demo at this time, and there needs to be a lot of cleanup in the sourcecode before I can even use this as a "resume" piece. But I'd like to hear from you all the same.

This is a staging area, not production, so the database may get wiped if need be.

Finally, sit back, relax, make a post, kick the tires!

1

BUG: Markdown does not render properly in Post Summary View

Posted 08/01/2023 to /c/yaladev
By: KerryBoyko
Comments: 2

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.

1

Built on Remix.run

Posted 08/01/2023 to /c/yaladev
https://remix.run/
By: KerryBoyko
Comments: 2

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.…

Read More...
-1

BUG: Anonymous Users Are shown they have voted

Posted 08/01/2023 to /c/yaladev
By: KerryBoyko
Comments: 1

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.

0

Bit of downtime as I move to Vegas

Posted 10/03/2023 to /c/yaladev
By: KerryBoyko
Comments: 0

Development on Yala has stalled as my computer is packed up in a prep move to Las Vegas, NV.…

Read More...
1

Hotness - and the difficulty of working out postgres cron jobs and raw PG SQL

Posted 08/10/2023 to /c/yaladev
By: KerryBoyko
Comments: 0

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…

Read More...