Jayzen

Results 9 comments of Jayzen

It seems that NextJS is looking 1 folder higher than where the tests folder actually is. I think its due to how they are using the /dist folder instead of...

I was able to setup a prototype fix for this at the following fork branch, but wont be able to attempt to replicate the issue for a while. If someone...

Nice, I'll take a look at it and see if I can incorporate it in any of my current projects so I can provide feedback :) Might even use it...

I'll be able to look into this in the next few days, I'm sure once I have time to spend on it I can get it sorted out 🙂

I unfortunately haven't had time available to look into the test cases that are failing for this and create a pull request for the changes, but seeing as how this...

It should only call the cookie code once per library load, as it checks it's cookie jar each call to see if it has already pulled one. Currently the cookie...

There was the option for custom logging that was integrated recently, you should be able to set that higher than debug to not show those I think (they're all logger.debug())....

This shouldn't be to hard to implement if we check package.json version against either github or npmjs, and we could possible add an option to throw a specific error if...

Do you know which field it failed on? The error should show something like this: ``` { "instancePath": "/quotes/0/quoteType", "schemaPath": "#/definitions/SearchQuoteYahooEquity/properties/quoteType/const", "keyword": "const", "params": { "allowedValue": "EQUITY" }, "message": "must...