Filip Lauc

Results 65 comments of Filip Lauc

I'm getting the same issue on ubuntu. I think '0.7.0' might only be released internally, '0.6.26' seems to be the latest available version at the moment.

This one is an error as well right? `'Internal links should include a trailing slash: [\n Start your wellness journey](/price-and-plans/?ref=home) does not.'`

Looks like it's line 97 in rules.js in my case `TypeError: Cannot read property 'length' of undefined` ``` tester.test(90, assert_1.default.notStrictEqual, metas[0].content.length, 0, 'Meta description should not be empty'); ``` Maybe...

@mig5 @AnandChowdhary It looks like some URL's are no longer going through the configured `apiBaseUrl` and are hardcoded instead. As a temporary fix I looked up all the "https://raw.githubusercontent.com" in...

> Good to know! Could you please share which URLs you saw using the incorrect base URL? Sadly I don't know I was just finding and replacing in compiled code....