Eric Chen

Results 6 issues of Eric Chen

Change the code to match slackclient's new API.

This was pretty useful for me in my housing search.

There seems to be a bug in mammoth where Mammoth typing is telling you that the type of a field in a row result is `undefined`, when in fact the...

I found this related thread: https://github.com/Ff00ff/mammoth/issues/176 In my codebase, we've configured node-pg to return a typescript `number` if the data type is postgres BIGINT. Is there a way to configure...

Right now, it ignores a default value set in FlagConfig and only uses the one set by the `type` field. (I basically mirrored the code from `option.ts`)

A use case is if we want to give an expression an alias that includes special characters, e.g. ``` db.columnName.as('?column?') ``` Right now, the generated SQL is `column_name ?column?`, which...

enhancement