Matthew J. Clemente

Results 6 issues of Matthew J. Clemente

Thanks for the fantastic editor. This is behavior I noticed within Caret Version 4.0.0-rc22 (4.0.0-rc22). When I place an unordered list within an ordered list, the auto-incrementing of the outer,...

bug

Should this module close the database connection when the app is shut down? I'm asking because I noticed in the core TypeORM module, they close the connect `onApplicationShutdown` ([line here](https://github.com/nestjs/typeorm/blob/6acde561118436a2db972f0630dd2eaf3794bcd1/lib/typeorm-core.module.ts#L102))

Thanks for this project and the accompanying blog post! Perhaps this is an issue with my npm setup, but using the scaffolding failed when I installed this package globally. That...

Knes.js -> Knex.js

Postgres has a UUID type: https://www.postgresql.org/docs/14/datatype-uuid.html The `uuid()` method should use this. Worth a PR?

Along with the `JSON` column type, Postgres has `jsonb` which provides additional functionality in terms of indexing and searching. Currently, SchemaBuilder doesn't have a column type for this - it...