unpseudocomplique

Results 9 comments of unpseudocomplique

you removed the 'manageUsers'. You should have `.patch(auth('manageUsers'), validate(userValidation.updateUser), userController.updateUser)`

@vkarpov15 yes exactly. This approach would be better to reduce amount of code in the model! Adding Schema.virtual on each relation add much boilerplate. (i was also wondering if it...

Oh okay ! look good to me. I tryed lately and it worked well. > Do you imagine as: 'resource' would tell Mongoose to add a resource virtual that you...

Hi @Norserium i have the same issue, ```html ``` with ```js const cropperComponent = ref(null) const retreiveCroppedImage = async () => { console.log('cropperComponent.value', cropperComponent.value) // this log the correct vue...

Yea this would be cool, i was thinking about using this cool lib for excel import. It's an important topic to validate all fields are good. maybe the best way...

I'm also interested to use docus along nuxt ui 👀

Adding more as a "newcomer" point of view. When you are coming to nuxt for the first time it can be confusing to have this minimal setup and you have...

One of the vue main sell point is easy adoption. This would make it harder for junior. I don't mind keeping lang="ts" it's super easy with a snippet