Douglas Gubert

Results 68 comments of Douglas Gubert

@rodrigok for that to work we can just add underscore to the enum that allows modules right? What do you think about that?

Thanks for that! I thought it could be an incompatibility with `folke/noice.nvim` because that started exactly when I installed it :sweat_smile: But deleting the data file worked. Had to look...

I went through the same error. Googled it and apparently it happens because the User schema defines a property `createdAt` AND a virtual property `createdAt`, and that's not supported. ```...

Just a note for the future: whenever updating the Apps-Engine, you can run a `yarn up @rocket.chat/[email protected]` at the root of the project - this will update the dependency in...

Totally agreed. @ritwizsinha introduced the new `watch` command as his GSoC project that doesn't run into this error, so maybe that command already checks for this case. Maybe it's the...

Indeed those might have been overlooked when introducing the latest changes. Unfortunately, we don't have the bandwidth to handle this for now :/

Looks like the user you're passing to the `rc-apps deploy` command does not have the permissions required for that. Please check those or try with another user

This needs to be better planned and structured

Greetings folks, can you share more details about your installation method?

Thanks for the details, everyone. What might be happening is that the installation of a component is failing - Deno. Since the runtime we were using for the apps-engine was...