Ryan Glover

Results 142 comments of Ryan Glover

Just decided to stick to a simple type-checker function in the app.

This also plays nicely with being able to customize a new app build via the CLI. Can just do a select list and install the appropriate drivers dynamically vs. just...

Oh boy is this necessary. Doing the Windows stuff now and there are lots of little lib functions scattered across all packages that should be common. Specifically the `getPlatformSafePath.js` library...

Making a list: - [ ] generateId - [ ] isValidJSONString - [ ] CLILog - [ ] loadSettings - [ ] serializeQueryParameters

Also keep an eye on this: https://developer.mozilla.org/en-US/docs/Web/API/View_Transitions_API

This is partially implemented but needs review.

This could easily be a separate package that Joystick offers. I have some example code using imagemagick (as well as stuff for video via ffmpeg) that could handle this.

Definitely a separate package job as it'd require at least imagemagick and ffmpeg as dependencies (and the node wrappers for these are likely unpredictable).

Be mindful of named exports. Could just do a `import * as PackageName from 'package-name';` style set up to get around this.

You can just use the same idea you have in the testing framework for the `.load()` implementation for this.