Ryan Glover

Results 142 comments of Ryan Glover

In MongoDB this would be best done with a capped collection and it looks like the same can be done [in PostgreSQL](https://stackoverflow.com/questions/10896699/mongodb-capped-collection-equivalent-in-postgresql) with a little extra work. This would be...

Consider the option being `set_on_state_as` where the value is the name of the state variable (e.g, `set_on_state_as: 'books'` copies the value to `state.books`).

When doing this, make sure that changes to the json files are reflected in memory (use a watcher). Just found an issue where deleting the log file on disk doesn't...

This should be available as the default database option for new Joystick apps. The idea being that you can start playing around without having to install a third-party database. It...

I've come up with an alternative plan for this. There will be a database option, but will be more robust and scalable for the majority of apps built w/ Joystick...

See here: https://claude.ai/chat/e9a34255-264b-4769-9c39-acf47c147366

You should be able to pass one of these version to `joystick update` like `joystick update -v 1.3.8`.

Would be handy to have a 'joystick versions' command that fetches the full list and shows package versions, too. Could even write some hooks to automate list updates as packages...

The easiest way to do this is to write a release.js script at the root of the joystick folder (outside of /ui, /node, and /cli) that versions all three packages...