phuz

Results 19 comments of phuz

> Make sure you're on at least v1.0.9 > > `npm install @koush/myq@latest` > > `require('@koush/myq')` No joy. ``` const MyQ = require('@koush/myq'); const account = new MyQ(); ``` ```...

> that example is out of date I think. yeah that old example won't work with this new API, but I can't even figure out my starting point on this....

> yeah, that's how I did it. it's not complicated. I've tried very similar but I still get the `myQApi is not a constructor`

> you're probably importing it wrong hah, yup. completely missed the deconstruction. but that opened up more errors. I hope this isn't all related to being on node v12 (which...

For the heck of it, I just wiped my code and pasted what you have above (with credentials) and it still blows up. Did that actually work for you? `TypeError:...

If I format the date/time a little bit with moment, it'll sort properly (sort of). It sorts from left to run, so the year needs to be first, then month,...

Are you saying you prefer the dashes instead of slashes? I got around my problem by formatting it using moment. Try formatting your dates using moment().format('L'); If you need the...

Chrome 108.0.5359.98 and www.waze.com Tried another extension called "CORS Unblock" which has some specific options to remove CSP headers.

I'm happy to share it privately with you, but don't want to post it publicly here. I've got quite a bit into it so far.