Nassim
Nassim
For me this option seems to solve the problem: `popup_trigger: 'mouseover'`
Ok i think i've find the real issue, when two tasks are dependent, it create an infinite loop in in Gantt class 's method **get_all_dependent_tasks.** It's not perfect but my...
Same issue for me on Debian 64bit. Have you find a solution ?
I fixed my acme.json file manualy from my acmeV1 file : - put all json content like that `{ "default": }` - replace url endpoints by **https://acme-v02.api.letsencrypt.org** instead of **https://acme-v01.api.letsencrypt.org**...
Update : This is my working tricks insite Seat function. From this ```js function Seat(index, store) { var _this = this; var seat = document.createElement('div'); _this = _super.call(this, seat) ||...