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

Passing thought. Because the testing framework runs a separate copy of the app on port 1977, testing errors could be hidden from a developer. It'd be helpful if we could...

question
@joystick.js/cli
@joystick.js/test

Standardize helpers for errors, endpoint definitions, etc. Add documentation on API design in general.

documentation
@joystick.js/node

This attribute is now obsolete and shouldn't be present in any HTML on client or server.

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

Just stumbled across this, had no idea this was a thing: https://nodejs.org/api/util.html#utiltypes. Rip out our built-in type checks (they work but add unnecessary weight) and swap with this if there...

refactor
@joystick.js/node

Wish this would have come to mind sooner. The big pain in the butt with SQL is mapping values for queries in your code. Would be nice to have something...

feature
@joystick.js/node

Finding a lot of common functions that are being copy-pasted across the projects. Would be good to consolidate in a separate package and make that a dependency in @joystick.js/node, @joystick.js/ui,...

refactor
@joystick.js/ui
@joystick.js/node
@joystick.js/cli
@joystick.js/test

This just came up in relation to the testing portion of Joystick. Both the app framework and the test framework need access to databases in the exact same way. I'm...

feature
@joystick.js/node
idea
@joystick.js/test

Make sure to standardize all commands and support for Unix and Windows.

chore
@joystick.js/ui
@joystick.js/node
@joystick.js/cli

Doing a refactor to get testing up and running and noticing a good amount of inconsistency in how modules are written. For the sake of predictability and clarity, I'd like...

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

This just came up. Would be helpful to get around the CSRF stuff manually by passing an `x-api-token` header that can be set in your settings file at something like...

feature
@joystick.js/node