This repository was archived by the owner on Jan 21, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Log and fix issues discovered creating sbstr8.lizmars.net #55
Comments
Here are a couple off the top of my head:
|
also the atom generator disregards custom postPath in config and also doesn't respect overrides and also does not use lib/default |
also the |
post/standard layout renders in a daft way if no image is present |
same for ledelist |
lib/post is not returning anything sane (instead returns nonexistent 'image.png') when an image is not present |
on standard article layout, usernames should be links to the url of the user if present |
if you remove the image from meta.json then typescript type inference freaks out. We need to specify the metadata datatype |
image prop should be optional on post/standard |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I found numerous usability and other bugs in building s8home. I generally fixed them by modifying sbstr8 upstream in a separate neovim tab, but some of them I fixed in-place and tagged FIXME.
I need to go through the s8home codebase, extract TODOs and FIXMEs, and also compare its sbstr8 directory against upstream to find all the places that need fixing.
The text was updated successfully, but these errors were encountered: