V-Py

Results 27 comments of V-Py

Hello @nitish-darji, do you still experience this issue cause after some tests I can't reproduce it either with the current version ? Thanks in advance :)

No answer and not able to reproduce the bug described

Hello, I implemented a custom algorithm to treat this case in one of my projects, but it's currently not integrated as a feature. ![image](https://user-images.githubusercontent.com/59333024/168529966-723997a7-ff0d-4323-9e93-fc86d37b9882.png) So tell me if it suits...

So you mean expanding the parent row height to stack the events on top of each others (when they overlap) and not using the children rows ? I don't quite...

Alright thanks for the resource, I understand way better now. So you do want to have multiples tasks inside a single row stacking on top of each other, and the...

Hello, Have been kinda busy the last two weeks, and will still be the next two I think ..! 😭 I'm still handling blocking issues but don't have much time...

Hello, yes it is possible manually using the tasks event api : ``` gantt.api.tasks.on.changed(function([data]){ if(data.targetRow.model.id != data.sourceRow.model.id){ handle your exception here } }) ``` If you want a parameter in...

Hello, did I answer your interrogation ? If so or no answer in the next week I'll close this issue

I'll give it a look asap, until then go back to the previous version, thanks for the feedback !

Definitely about the SvelteKit update and the node version coming with it. I searched a bit last night and got the error in one of my project with the latest...