Dennis Mathew Philip

Results 8 comments of Dennis Mathew Philip

Thank you for the quick response and for the comment about do not `await` in the event handlers.  I attempted to record my screen. However, now I am unable to...

Same here.. After I upgraded to macOS Bigsur, started showing up like this. ![](https://user-images.githubusercontent.com/4141366/128274777-7b182b44-e195-48c6-a309-740d579501a7.png)

Temporary workaround I use now is use `fkill -v` instead of `fkill`

This was not as straightforward as I thought. I found in the above methods `it.only` stops working. What worked for me was the below solution. Monkey patching the Jest.it method....

Yes I will take a stab at this. Please assign to me

@ZJONSSON Taking a look at the [current](https://github.com/ZJONSSON/node-etl/blob/master/lib/postgres/script.js#L61-L74) code, wondering if we should bring in a dependency something like [Squel.js](https://hiddentao.com/squel/) for a better readable code? Thoughts?

We could use Knex. I'll rewrite the existing code using knex in one file and let's see if you like the structure better. Will let @ZJONSSON / @willfarrell to veto...

I am _not_ liking knex after working for a while for all the workarounds to make it use as a query builder. Will drop the library and use plain string...