Hans

Results 183 comments of Hans

I use it because it integrates with messageformat: https://github.com/mashpie/i18n-node#i18n__mf At the end of the day this patch should be applied to all functions i guess 🤔

Same error happened today for me with latest Capacitor version. Adding a small timeout seems to fix it - can someone look into it?

It works for me, but not on a destory with `individualHooks: true`: 1. **Works** ```ts const models = await model.findAll({ where: {}, paranoid: false }); await Promise.all(models.map((m) => m.destroy({ force:...

Really looking forward to a production ready version of this! Is this planed for android as well?

I get this error for real languages somehow... Have you solved this?

@maximilien0405 `ios 17.5` already has been released. Please check the final release, i don't have the problem anymore

@maximilien0405 then i would recommend open a new issue with a small repo where the team can reproduce the issue and decide if it is an ionic or webkit bug

For me it works to temporary remove the dependencies that exist locally in the monorepo from the `package.json`, then run the update and then re-add them. Anyways a direct support...

Alright, didn't found an request for that 🤔 > because you don’t want auth a specific sub endpoint it won’t be possible to do that That's right, but imo defining...

Good morning @Romakita , thanks for the explanation. In my case i don't extend controller classes, i use the `children` option of the `@Controller` decorator. I understand that extending the...