Filip Lauc

Results 74 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....

@protozoo I had the same problem, for some reason changing this ``` // (...) plugins: ['grapesjs-component-code-editor'], pluginsOpts: { 'grapesjs-component-code-editor': { appendTo:'#componentCodeEditor' }, // (...) ``` to this ``` // (...)...

Hi @SofianeBoumedine thank you kindly for your offer. Sadly, the only writeup currently available is the [readme](https://github.com/Jaspero/fireshop/blob/master/README.md) and it's super limited at the moment. We're planning on expanding it heavily...

@SofianeBoumedine that is remarkable, thank you 👍

We have two settings for notifications `notifyOnShipped` and `notifyOnDelivery`. The delivery one is intended as a checkup if the order was received and maybe asking the customer if he wants...

https://github.com/Jaspero/jms/commit/d580925c5081378f8fc160fb4149d27b4b77455c I adde `columns` along side `tableColumns` and I added a `@depreciated` flag to `tableColumns`. This will provide an easier migration path and we can fully depreciate `tableColumns` later down...