Christoph Pahmeyer

Results 30 comments of Christoph Pahmeyer

The flat copy may have the benefit of not stripping any getters/setters from the original object. Not sure if it's a common pattern to use them in this context but...

Hey @fairking, this is an AWESOME addition to the library 🎉 💯 ! Sorry for taking me so long to review both of your PRs, I've tried to keep my...

Hey @rohrz4nge, Thanks a lot for investigating and even creating a fix in #97. I'm quite behind in reviewing PR's, just wanted to let you know that I have it...

Sorry, super busy right now ☹️ I wanted to review #86 done by @artus9033, who did a great job improving the code quality of this project together with the added...

Hey 👋 Sorry that it took me so long. Dragging range values is not supported by the plugin (yet). As you can see in the source code of the plugin...

Hey :wave: Thanks to a PR (#72) by @KlemenVovk, dragging range bars is supported now! Here's a simple example for a GANTT chart (that could still use some tweaking): https://chrispahm.github.io/chartjs-plugin-dragdata/ganttChart.html

Hey there! Thanks for your PR! Sorry I didn't have the time to go through it yet, but it sounds promising! Best Christoph

Sorry I didn't get to review this yet, but it looks great!

@fairking great find! Also thanks for creating a PR, will review ASAP

Alright, looks like the restrictions of POSIX ERE were not allowing the `[\S\s]` notation. I forked the repo and changed the regexp.CompilePosix to regexp.Compile. Also, absolute file paths can be...