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

We'll need to have: - [x] `/email/base.css` - [x] `/email/base.html` - [x] `/email/reset_password.js` - [ ] `/email/verify_email.js`

feature
template

Just a note. It should be immediately obvious how to get started.

feature
chore
@joystick.js/cli

I wrote a simple in-memory database not too far back and published it as `@tuskdb/node`. This was mostly to help with Push deployments, but I'd like to incorporate this into...

feature
@joystick.js/node
@joystick.js/cli

This would be a good last minute add before 1.0. It'd be helpful to have a simple, database-backed migration system that you can write up/down functions with. For example: ```...

feature
@joystick.js/node

https://twitter.com/cheatcodetuts/status/1484219477684334596

feature
@joystick.js/cli

This would come in handy if you want to control _what_ data you retrieve inside of the getter/setter (instead of just letting Joystick filter it out after the fact).

feature
@joystick.js/node

These should be parsed into buffers and sent along with the input, but nothing else. That way if I'm doing something like a profile update, I can have a single...

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

This is a bit confusing on a new app. It shouldn't be required, but easily switched on.

refactor
@joystick.js/node

Just came to mind looking at some functions I've copy/pasted across several projects. Would be great to just organize these into something like `@joystick.js/utils`. Easy enough to do. Just want...

idea

If it's unavailable, set a timeout/delay of a few seconds and retry. This should avoid a browser break/reload.

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