Gadzhiev Islam

Results 13 comments of Gadzhiev Islam

Hi, @mcollina ! Is this project still maintained and developed by you ? The last release was 7mth ago though. I'd like to help with this issue and contribute, but...

I see here another collaborator @simone-sanfratello, hi! Can you answer my question above too please.

@yegor256 Glad to see the Invitation for discussion from the eo channel, thnx. Points so far from opposite opinions as i see it: 1. People write better and shorter comments...

@MCJOHN974 > If you allow everything you will probably invent C++ but we already have one. I think it is OK when language forces you to avoid some bad practices,...

> [@yegor256](https://github.com/yegor256) Few more questions about AI generated comments: > > Probably in such scenario of AI generated comments we want to make this comments _stable_, in sense comment generated...

@mmkal Trying `await import(path)` for the ES modules doesn't help unfortunetely. I tried this package aorund for the first time, but stumbled upon this issue for half of a day....

After a bit of playing around with the source code i've got another issue here. In the source of `umzug/lib/umzug.js` there's code: Here the green blocks is what i've added...

@WikiRik I use `sequelize (v6)` for creating the context and the storage, and the `@sequelize/core` i used only for the DataTypes. I switched the use of types only to `Sequelize`...

@WikiRik I think figured out the problem, it's because to use it with ESM we need a `new Umzug` options: `migrations -> resolve` function to be **async**, but the current...

@kirrg001 I'd like to Give me a little guiadence what to do exactly please