Damian Głowala

Results 109 comments of Damian Głowala

@kamilmysliwiec, any chances to include this PR in Nest v9.0.0 release?

Thank you for the pointer! I am currently exploring how to apply custom validator to the array of strings, so that I still can display messages for each field separately...

I got it working! Didn't even know that's possible but yeah, works well: ``` const rules = computed(() => ({ questions: state.value.questions.reduce( (total, _currentQuestion, index) => { total = Object.assign(total,...

Hi @justintaddei, how is the progress going on supporting Nuxt 3?

Hey @danielroe, I have created a repository to illustrate the problem. To my surprise, this time the inifinite loop is there even though in other project I do not experience...

@pi0, would you be able to give any ETA on this one? 🙏 Would be super useful to have it working in Nuxt 3.

@rchl any ideas on how to get a translated string inside `setup()` (when using an `` custom block)? Everything comes back as a raw translation path... totally lost on this....

> What are your use-cases exactly? Use case is simple and exactly the same as for all other translated pages on the website. If the user clicks a link leading...

Hi @rchl, Do you have any plans to resume work on this PR? This would be of such a great enhancement! 😃

Hi @rchl, Would you have a spare moment to see how this draft PR could be tweaked for using with Nuxt 3 & Bridge? Nuxt i18n is the only library...