Ryan McCue

Results 402 comments of Ryan McCue

Sorry to hear it's not working properly. This could be related to #2, if Vagrant is unable to detect VirtualBox behind the scenes. Is there any output in the terminal...

I _think_ #18 should fix this as well.

Anyone experiencing this problem, can you try the test build here please? http://make.hmn.md/chassis/Chassis%20Desktop-0.2.1-pr26.dmg If it still happens, use the "Open Debugger" item in the app menu, and let me know...

FWIW, if/when this is stable, you're welcome to take over the `rest-api-console` plugin there. In terms of the actual deployment stages, [the API release.sh script](https://github.com/WP-API/WP-API/blob/develop/bin/release.sh) may be helpful.

Also: I noticed we never actually documented either the rules or the side-effect convention, so we should ensure those also make their way back into the JS style guide!

Not sure if I addressed elsewhere, but: Cavalcade's design does _intentionally_ query the database for this data rather than using the object cache (valuing freshness over performance), and database queries...

Looks like this was a performance regression ultimately from when we switched to the preflight filters in https://github.com/humanmade/Cavalcade/pull/91/files; previously, [we populated the full array](https://github.com/humanmade/Cavalcade/pull/91/files#diff-552bf565e074b4e7a25e6a9472b3cbbb4c6abe36cb4ab49f07784ede2b606405L205-L208) once per page load, and the...

I'd say it makes more sense to be querying this data within MySQL; I'm not sure why doing this in PHP is preferential?

> Fetching / populating the full array of jobs once, then querying from the non-persistent cache. Yes, but I wouldn't _necessarily_ implement that within this function since this is a...

Indeed, I changed the port. However, it looks like it didn't actually take affect until I restarted Komanda, so that was causing the error before. I guess the actual bug...