Douglas Gubert

Results 34 comments of Douglas Gubert

I was having the same issue, but I think I found out how to solve it. In a first version, I set the plugin like `schema.plugin(slug("name"))`, and everything was cool....

@talha-asad I'm thinking about writing a little **Heads Up** section on the project's Readme about this specific case, what do you think?

We've discussed about two potential solutions for this: * Making this a responsibility of the host system, in this case Rocket.Chat - this way, Rocket.Chat will have to handle this...

@ggazzo I agree with you, but I can't see a backward-compatible way to solve this. It needs to wait for v2.0 :/

Hey @ThomasVuillaume ! Thanks for the contribution! I'm going to run [Rocket.Chat's test suite](https://github.com/RocketChat/Rocket.Chat/tree/develop/tests/end-to-end/apps) with this version to test if all is good :)

IMO it looks totally feasible to move them to somewhere else, like an apps dedicated event bus... or even a RC wide event bus :eyes: Unless I'm missing something

You mean make users navigate to a specific room (DM in this case)? It's currently not possible. But the DM _should_ be first thing on the side bar right after...

Hey! The Apps-Engine is not able to access the webcam yet - we have just a few interaction points with the UI via our UIKit library... but unfortunately we still...

Hey @cybem! Thank you for taking the time to make this PR :) One thing that's not clear to me based on the implementation is how you intend to use...

> But we can adapt source code of our app to more elegant solution of the bridge. We're considering allowing access to the functions directly via global scope, much like...