Ryan Glover

Results 171 issues of Ryan Glover

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

Using this in the Push dashboard for instances. On page load, I have the parent fetch all of the instances but then once rendered, I let the instance components refetch...

documentation
@joystick.js/ui

Without this, MongoDB's TTL indexes can't "see" the documents it needs to delete at the specified expiration date.

bug
@joystick.js/node

This is for Push but I want to implement it at the framework level. Idea would be to have a way to do this... ```javascript import joystick, { track }...

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

This will be a trick. Need to be able to flag a job as `sync: true` in the job definition. Internally, we want to check and see if the next...

feature
@joystick.js/node

Starting to think about removing esbuild (or any build tool) from Joystick. We're hitting a point where modern JavaScript has enough universal support that a build tool isn't terribly necessary....

feature
@joystick.js/cli

In a list, if there are two list items with the same element (e.g., 1, 2, 3 each with a select dropdown), if item 1 is removed, elements in item...

bug
@joystick.js/ui

Wrote down a note in my sketchbook about this and I think it would work quite well. The real advantage with WASM is in the browser, not on a third-party...

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

I made shortsighted move in respect to queues. I currently limit an app to one `queues` database via the config, but there could be a scenario where you want to...

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

Right now I just store these in `/api/queues` but I noticed it's confusing because you don't include them in the object exported by `/api/index.js`.

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