Jose Cabrera
Jose Cabrera
Any news?
I changed a little because is generating a bad result when the undefined class is inside a function or method: Inside a Function or curry functions https://user-images.githubusercontent.com/8685132/186960398-86bb1f17-06e8-4789-9793-74df665ed61d.mp4 Fixed too creating...
Hey @nicoespeon any feedback is welcome :)
@nicoespeon any news?
@nicoespeon > One thing I'm wondering: would it create a new class even if the class exists already? No. It detects if the class has been declared so should not...
> Well, well, well, it took me a while, sorry for that! > > So yeah, I double-checked what this was doing and it's completely covered with [what Hocus Pocus...
Maybe we can resolve that building Gantt project using existing WebPack setup. I'm searching for a solution :)
I found that the "minimum" from date is 1971 ```javascript const options: CalendarModalOptions = { title: '', from: new Date(1971, 0, 1), to: 0, defaultDate: new Date(), }; ``` ...