Abderrahim Digourdi

Results 6 comments of Abderrahim Digourdi

Encountered the same issue when my hostnames ended with `.local` (eg: `alpine.local`, `postgres.local`) Changed it to `.test` and now it works correctly No idea why though _PS: using :latest docker...

I have encountered this issue today, with the latest versions of angular and highcharts. ### Steps to reproduce: 1. `ng new project` 2. `cd project` 3. `npm i highcharts@latest` Now...

Unintuitive, but yes it works !

This issue doesn't have to be related to Angular I would like to do something like ```javascript var tour = new Tour({ // ... }); $('.tour-element').each(function () { var $this...

I wasn't proposing a solution for you @errorx666, I'm demonstrating my own issue with the plugin, in the hope that this will get some traction. And I switched to another...

I believe fixing the version with `"1.8.3"` (in `package.json` and `config.xml`) instead of `"^1.8.3"` or `"~1.8.3"` should do it I will downgrade soon and get back to you with any...