Douglas Gubert
Douglas Gubert
It would make it easier to use the same initialization config for multiple maps in the app (also, DRYness). ``` const MAP_CONFIG = [ 'zoom' => 14, 'width' => '100%',...
# What? :boat: Add runtime provider management and support VM2 # Why? :thinking: TBD # Links :earth_americas: # PS :eyes:
This would allow apps to notify users that it is starting an asynchronous operation ("Loading your tweets...") and then update this notification with the results of the operation. Currently, to...
# What? :boat: Reintroduces Bundle Installation support for the engine # Why? :thinking: Due to impairment with the Rocket.Chat release cycle, the Bundle Installation logic (that included a breaking change...
Currently, it isn't possible for an app to properly hook some routine to its installation/uninstallation in a Rocket.Chat workspace. The only lifecycle _event_ that is somewhat related to the installation...
Since there is no way to add npm dependencies, it would be nice to let apps access Rocket.Chat's underscore in my opinion. Thoughts?
Bump Apps-Engine version to latest
## Proposed changes (including videos or screenshots) Updated the `eslint-config` package manifest to include `dependencies` instead of `devDependencies` - this way, when the package is installed in another project, dependencies...
# What? :boat: Adding a runtime that isolates app execution in a Deno subprocess # Why? :thinking: Since VM2 has been discontinued due to vulnerabilities, we need to replace it...
# What? :boat: Remove deprecated methods and behaviors for version 2.0 ### Methods that will be removed: - `App.getAppUsername()` - Developers should use `IRead.getUserReader().getAppUser()` instead - `ILivechatRead.getLivechatVisitors(query)` - There are...