Erfan Safari

Results 111 comments of Erfan Safari

@Eomm there's `pino-pretty` which is not legacy. https://github.com/pinojs/pino-pretty

Guys can you ship this soon? the latest version published on the npm is broken. Thanks!

I can confirm driver version 1.7.0 works, but 1.8.0 doesn't work

@lucsoft I wonder how this error is even possible? [email protected] is basically a fork of official bson lib with no logical changes.

same here upgrading from v2.0.1 to v2.1.0

@Brooooooklyn well there is a similar threads in ts-node: https://github.com/TypeStrong/ts-node/issues/104 i can reference. that's an old debate Many are using ts-node in production, so maybe it's better to create this...

@arthurschreiber Thanks! Your suggestion is good for non-primary key columns, but we have many tables that use CHAR(36) as the primary key, and changing them is not possible in this...

I see this warning with mysql2 driver ``` Calling conn.end() to release a pooled connection is deprecated. In next version calling conn.end() will be restored to default conn.end() behavior. Use...