Michael Richardson

Results 73 comments of Michael Richardson

https://itnext.io/locking-the-node-js-version-in-your-projects-70268c877421 For now, perhaps this is the "best" answer? It allows us to define our specific (not minimum) version in node.engines, have (and get benefits of) .nvmrc, but also have...

All this does is run on a device which can run Node.js and execute `spawn('open', ['https://www.youtube.com/watch?v=oHg5SJYRHA0'])` which may not do anything on any given OS. To know for fact, you'd...

If you're running Windows 10, do yourself a HUGE favor and start using WSL (and docker if appropriate) and you'll all but stop seeing Windows specific issues while doing Nodejs...

Looking at https://justadudewhohacks.github.io/opencv4nodejs/docs/Mat#warpPerspective, I'd think that you need to call `warpPerspective()` on your source Mat. The way you're calling it now, you're only passing the transform and a size so...

Here's a working snippet from my project to confirm: ```js // mat contains my image with page // pageContour is an array of 4 cv.Point2 that contains the corners of...

Where do I learn more about that integrated terminal in the meantime?

Thanks for clarifying. I look forward to checking it out once I can get ndb running on WSL :/

I just spent the evening determining the absolute minimum set of permissions to do a `docker push` to ecr. I'm here because I was also getting the JSON error, but...

I'm operating under the assumption that this is more to kick-start a models project rather than something you'd use after establishing existing models. You can control which tables are addressed...

You can find your clientid and secret in the developer console under API Manager, Credentials, Web Application Client for OAuth2 ClientIDs. Once I'm editing the right entry, I see the...