Stephan Langeveld

Results 32 comments of Stephan Langeveld

https://github.com/JohnCampionJr/vite-plugin-vue-layouts

Any update on this?

This would such an amazing feature. Any update on this?

As @abulka said, vue would throw the DOM template binded `ref` as `null` if it is initialised before it is mounted. We need to consider that the composition api essentially...

any update on this? the snapping is a bit wonky here. Quick look at this example here https://github.com/visjs/vis-timeline/blob/master/examples/timeline/other/groupsPerformance.html https://visjs.github.io/vis-timeline/examples/timeline/other/groupsPerformance.html However we can set the margin ```js margin: { item: 0,...

> Any idea when this will be resolved. Spent quite a bit of time thinking I was doing something wrong until I determined it was just broken I am also...

My solution with vue was to render my own tooltip inside the custom template (see #1300) but the issue was the item is being rendered inside a deeply nested div...

Any progress on this? Momentjs is a big ball of ugly bloat.

I am also wondering about this. have you found a solution or workaround? this is a very interfering bug. my initial guess was to listen for the double click event...

(update) on the onAdd event. I just did this. A bit dirty especially when the content is actually supposed to be `new item` ```js function isUUID(uuid) { var regex =...