Alyx

Results 453 comments of Alyx

I'll close, we can always re-open if this becomes active again (if there is interest for it)

We have not rejected the feature request, the issue is still open

The relevant PR is https://github.com/sequelize/sequelize/pull/14739, it's pending a review

In Sequelize 7, you can now use `sql.uuidV1` and `sql.uuidV4`. They set the default value on the database when possible, and fallback to JavaScript the rest of the time: https://sequelize.org/docs/v7/models/data-types/#built-in-default-values-for-uuid

Specifying the `.js` extension is the only way to load TypeScript files when using Node with native ES Modules, as ESM requires the extension to be specified and as @mon-jai...

> if `@nestjs/apollo` were shipping ESM/both, this issue wouldn't manifest since we'd be loading ESM in both cases? There would still be two (very unlikely) cases where both versions could...

> I see a problem related to using a ESM wrapper Ah yep, that's unfortunate. Considering the alternative, I would say the ESM wrapper is still the better approach but...

I'm sorry for delaying this but this is something I want to properly understand before merging it Is this an issue with pg-native only, or is pg impacted too? You...

> retry-as-promise timeout expires before callback finishes It does yes, but that doesn't mean the function was cancelled, as you can see here: ![image](https://user-images.githubusercontent.com/1280915/162528053-19d4411d-3c3f-4196-977c-58ac26780bdd.png) (retry is `retry-as-promised`, sleep2 is `require('timers/promises').setTimeout`)...