joystick
joystick copied to clipboard
A full-stack JavaScript framework for building stable, easy-to-maintain apps and websites.
Right now, these just return a 401 which is technically correct, but UX wise can break an app.
This could cause chaos depending on what a cron job is doing. Should be a setting like `onlyRunOnMasterInCluster`.
Excited to see Bun hit 1.0. https://bun.sh/blog/bun-v1.0 This has been on my mind for awhile and assuming that the claim of drop-in replacement for Node is accurate, the changes to...
Would be cool to have something like `process.ai.gpt` available so you could run jobs against an AI service.
Changes are triggering a restart, but `index.css` isn't being updated which means changes to /css file are not included.
This can happen in weird instances where cleanup of the app doesn't occur. When it does, the error should give steps for clearing the port, e.g.: ``` Port 2600 is...
Was just thinking about an idea for an app that I wanted to build but don't want it to be on the internet, just my computer. I've been thinking about...
This would be cool to have and easy to set up. Just include a simple websocket client to track connections and have a global available like `node.activeUsers` or `ui.activeUsers`.
This is a wild idea but really helpful. Sequence emails are extremely common for SaaS apps. Idea would be to have a way to define sequences at the app level...
MongoDB uses a TTL index but PostgreSQL doesn't have this. We need to write a setInterval() that runs a query for completed/failed jobs and then manually diff the `completed_at` or...