Tomáš Dvořák

Results 140 comments of Tomáš Dvořák

ping @frinyvonnick, I think that proposed solution from @jpolo is sufficient.

ping @mariuz

Having same issue, temporary downgraded to `9.1.10`

I wanted to use objects, so I did following patch on the package. ``` diff --git a/src/generator/schema.ts b/src/generator/schema.ts index cadf3bf..3e1d187 100644 --- a/src/generator/schema.ts +++ b/src/generator/schema.ts @@ -72,14 +72,13 @@ export...

@gireeshpunathil I can confirm that the provided solution from @Tzvetelin88 is working. However, this was a breaking change, and I think that it should be mentioned somewhere.

@CharlesDeJager I would think about switching to https://github.com/naxmefy/node-jdbc

@vahidrahmani @theterra I think that is not possible, if event loop is blocked, that simple means that call stack is not empty and thus `setInterval` or `setTimeout` wont work..