Marcos Andrei Ivanechtchuk

Results 37 comments of Marcos Andrei Ivanechtchuk

@ashishiiit01 please provide a codesandbox or jsfiddle showing the issue.

This is a known downside basically related to how it works the library as mentioned in the README. Seems a complex but nice feature to have and I'd love any...

Nice suggestion, @eddiemonge, thanks for that! I'll do it for the next release and keep this issue until then.

Hi @mjdavidson! This lib uses sequelize hooks (`afterCreate, afterUpdate, afterDestroy, afterSave, afterBulkCreate`) and raw queries are not supported. By using a raw query, sequelize can't know what is being persisted...

@hupe1980 not sure it's something you guys could do, but it would be good to update the information at https://www.gatsbyjs.com/plugins/gatsby-plugin-webfonts, at least until it is released, since it's mentioned there...

Hi @jeynergil, thanks for the feedback! Could you provide a reproducible example (codegen or any other) so it can be tested out?

Got it, that feature does not exist at the moment, but is something planned to be implemented soon. In the meantime, a way around would be changing the component style...

Please check out this forked codesandbox from the original, spanning to the full available width of the page: https://codesandbox.io/s/awesome-feather-pz4868?file=/src/App.tsx. In this case, I've set the width of the `Container` component...

I hear you, hopefully this won't take long to implement 🤞 , I'm already working on it. I'll ping here back when done.

Hi @siiddhantt, I've taken a look at some related issues in the html2canvas, this seems related: https://github.com/niklasvh/html2canvas/issues/2692. Try setting specific width and height instead of relative size in % to...