Cuong Huu Nguyen
Cuong Huu Nguyen
Version info: ``` 2.0.0-22 ``` Running this command: ``` artillery run ``` with plugin `artillery-plugin-publish-metrics` with any scenarios. I expected to see this happen: The metrics are sent to the...
For the moment we cannot use additional engines in the docker image since the require statement is working wrong. Could it be any chances for this to be fixed in...
We have custom require path and custom scope for plugins. It is nice if we could have custom require path and custom scope for engines as well so we can...
### Description When the DDP connection to the BOT gets lost, the BOT will try to reopen the connection. When the connection is back, it will try to re-subscribe to...
In case we want to process the message but don't want to add the message to the database. E.g. Process some special command format, filter bad words and send warnings,...
`ISetting` interface allows a property named `section` which can separate settings into groups. For the apps which have many settings, it is a very good UX if we can group...
Apps may need to read its own localization resource in order to provide the multi-language feature. There're some use cases the apps may need that feature: * Sending messages with...
default permissions should contains `AppPermissions.ui.registerButtons` so the old apps won't need to change the way they defines the permissions
Different apps can register the same lifecycle hooks. In most cases, the order of execution does not matter, but sometimes it causes unpredictable results. For example: If we have 2...
From my experience developing apps with UIKit, it is too complicated to build a UIKit component. An idea just came up to my mind is that we may use JSX...