arthabus
arthabus
@jamiegalbreath I ended up using ghostscript directly - it still requires extra steps and the below guide explains those: https://tech.residebrokerage.com/using-firebase-cloud-functions-with-ghostscript-for-pdf-to-image-conversion-f81b248d3b22 I guess similar steps should be taken to install the...
any updates on that? seems like I'm having the same problem here
@Cmacu I mean, should-accept-drop seem to evaluate at the beginning of drag and not at the end. I guess my question is - what is the API that can disable...
@dgf957492430 nope...
Found what was causing the problem. It's the below style: ``` html, body, #app { height: 100%; } ``` If I remove that, drag'n'drop all works as expected. Seems like...
same here
Guys please, this one is really needed! Currently it requires a lot of time to implement workarounds and maintain them all over the places to do what this feature can...
A question - defining discriminator on the parent assumes importing subclasses in the parent class which introduces a circular dependency which breaks the entire logic. How do you overcome that?
`To fix this, make sure your node_modules folder contains exactly one class-validator folder.` Thanks, do you have any suggestions on how to ensure that? A quick googling on "flatten npm...
@NoNameProvided, thanks, I've just double checked that and I do have the same version in all projects from the very beginning: `"class-transformer": "^0.2.3"` The problem is still there