Ryan Glover

Results 142 comments of Ryan Glover

`priority` field should be an integer between 1-10 where 1 is most important, 10 is least important.

The more I dig into this, the more I think Go will be the better initial choice (easier syntax to pick up for JS devs, comparable performance, easy compilation to...

Backpeddling on this. After a bit more research, Rust is preferred for what I'm after (a way to offload heavy work from JS). It's a bit more flexible in terms...

To do this, we'll basically just need to upload the binaries for MacOS and Linux via a path like: https://builds.clickhouse.com/master/macos-aarch64/clickhouse We don't have to provide that, just curl the clickhouse...

Not sure why I closed this...must have been an accident. This still needs to be done and I've confirmed it's a viable way to do types discovery without necessitating TypeScript.

Making a note of this for later so I can get it out of the test file: ```javascript jest.mock('../../node_modules/express', () => { const express = () => { return {...

Kind of like the API idea of having something like: ```javascript keyboard: [ { key: 's', modifier: 'cmd|ctrl', handler: () => {} } ], ``` The idea being that you...

https://github.com/testing-library/jest-dom

Thinking about this a bit more. I think a better way to approach this is to just have it be an in-memory database that just lives inside of Joystick. So,...

To make this a really clean DX, I want to make it so that Joystick automatically "starts" the database if this is declared in their env settings. When doing so,...