joystick icon indicating copy to clipboard operation
joystick copied to clipboard

A full-stack JavaScript framework for building stable, easy-to-maintain apps and websites.

Results 199 joystick issues
Sort by recently updated
recently updated
newest added

Right now, these just return a 401 which is technically correct, but UX wise can break an app.

bug
@joystick.js/node

This could cause chaos depending on what a cron job is doing. Should be a setting like `onlyRunOnMasterInCluster`.

feature
@joystick.js/node

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

idea

Would be cool to have something like `process.ai.gpt` available so you could run jobs against an AI service.

feature
@joystick.js/node

Changes are triggering a restart, but `index.css` isn't being updated which means changes to /css file are not included.

bug
@joystick.js/node
@joystick.js/cli

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

feature
@joystick.js/cli

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

idea

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

feature
@joystick.js/ui
@joystick.js/node

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

feature
@joystick.js/node
idea

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

feature
@joystick.js/node