Cody Casterline

Results 183 comments of Cody Casterline

Had some issues with Vite. And Rollup. And webpack. But ESBuild (with some plugins) was easy to get working, and builds a fully bundled and minified app fast enough that...

I'm sort of touching on this as I implement support for passwords. "Log in" becomes really confusing when you DO have a password but the thing you're calling "log in"...

Woo! Congrats to being the first bug reporter to FeoBlog other than myself. Welcome! 🎉 Currently, the URLs are long because they contain the cryptographic public key of the user...

OK, was thinking about this a bit. the signatures are probably going to be essentially globally unique, so I could create an index on those. Then I could create a...

Was thinking about this and instead of a JS popup, could have a button that shows a state change in-place. (Ex: A lock icon unlocking.)

Implemented this in 036b04555e317b361e80883c6f7a85d249bbd6ef

I'll close this when this feature makes it into the next release.

Things to consider: * Publish to dockerhub? * Publish to DigitalOcean? (Learn their system for creating deployable droplets.) * Document how people set up forwarding / HTTPS?

These two are going into v0.6.0: > See how much data users are using See the `db usage` subcommand. > Delete data that is no longer used. (ex: users that...

The README.md in this repo contains step by step setup instructions. There’s a video link in there too. (Though FeoBlog has changed a lot since I made that video, the...