Suraj Sivakumar Iyer

Results 10 comments of Suraj Sivakumar Iyer

+1, does not seem to be working as well, manually calling `validationResult()` gives me errors but the `checkSchema` middleware seems to let everything through

Also, all the `HasOne, HasMany` getter/setter functions are undefined !!

I am currently manually using `declare` keyword everywhere. It becomes a pain because there are sooo many tables and having to manually do changes to all the files defeats the...

According to [https://sequelize.org/master/manual/typescript.html](https://sequelize.org/master/manual/typescript.html). We do need to use `declare` everywhere. Hmm.

@steveschmitt Is there anything I can do about it for now ? because all this is autogen, I am skeptical to modify any generated-stuff myself. But this issue is rather...

As far as this link goes : https://sequelize.org/master/class/lib/associations/has-one.js~HasOne.html The type of the values seems to be `Object` by default. Is there where the issue lies perhaps ? ![image](https://user-images.githubusercontent.com/13927773/121523462-de6ff280-ca13-11eb-8e23-7317f87f7e42.png)

@scmmishra So I store the chart object and the options in a global map. When I want to change the chart type, I get the options , modify the `type`...

Never mind. I am switching to apex charts for now.

@zjffun Any Idea when this PR will be merged and integrated ? I seem to have a problem with canvas elements going blank when dragging them