Mišo Belica

Results 74 comments of Mišo Belica

@steelbrain thank you for the article and other hints. Recently I was blessed and was able to remove WP from the project so I hope I will remove this library...

Why did you close the PR? Not useful anymore?

Ok then, let me ask you one question. What is advantage to use branch name after URL and `@` character? It seems to me it's just more work with it....

I understand. I have private branch of this repo where config file is in JSON and I can finish it and add support for multiple branches/tags there :) What do...

OK, I am waiting for it. Thanks

This will solve the issue https://github.com/knex/knex/issues/3831. This library is practically unusable now.

While mocking manually is an option when the library changes the API we always spend time to debug tests until we find out our mock needs an update. I think...

From Typescript v5, new [stage 3 ECMA script decorators](https://devblogs.microsoft.com/typescript/announcing-typescript-5-0/#decorators) are implemented by default but it seems @swc/jest does not support it. Is there any plan for this?

I understand the reasoning in https://github.com/sequelize/sequelize/issues/3965#issuecomment-113399380 for `create` and `update` hooks not fired for upsert, but for `save` hook this should be no brainer, right? Sequelize can fire `beforeSave/afterSave` for...

As far as I know `beforeSave` is called also for `Model.create` for example because it saves the instance. The same way as `Model.upsert` saves it. It is about semantics, not...