Walter Berchez

Results 9 comments of Walter Berchez

Estou tentando treinar a IA que diferencia uma bicicleta de uma "não bicicleta". Caso consiga algo produtivo eu compartilho aqui.

`Meteor.roleAssignment.find({ 'user._id': this.userId }).fetch()` and fetchAsync works normally for me

Sorry for not saying in advance that it was Windows. And yes, same error in your project: ``` [[[[[ C:\Users\Usuário\Downloads\meteor-scss-327-bug-main\meteor-scss-327-bug-main ]]]]] => Started proxy. => Started HMR server. => Meteor...

In my Linux environment, both your sample project and the project I am working on are working.

@illusionfield both compiled. But I have some logs in the terminal (I don't know if it's normal) ## 1 repo ![print](https://i.imgur.com/aqaXk40.png) ![print2](https://i.imgur.com/9G5teYX.png) ## 2 repo ![print3](https://i.imgur.com/FUwUJQZ.png) ![print4](https://i.imgur.com/hKWip0G.png)

@illusionfield Exactly, the error occurs because my directory contains the word "Usuário". I tested it in another directory without accents and then no logs appeared. And yes, changes in .scss...

@illusionfield Thanks for the explanation! Good to know that the issue with accented characters has been resolved. I'll follow the update in PR #323. 🚀

Transforms are not supported in a simple publish. I was referring to using async transform either inside a Meteor method or even inside publishComposite but outside of "find". See below:...

I had already read this thread some time ago. In the same thread we have this comment: ![print](https://i.imgur.com/AlYt2yw.png) And everything was working fine, but when I went to upgrade to...