Tasso Evangelista

Results 37 comments of Tasso Evangelista

I'm postponing this issue because Electron doesn't support it yet.

> Permanent/Sticky popup notifications.. (just stay visible until user get click) As I discovered when trying to implement permanent notifications on Windows, this need to be some kind of custom...

We can't help you because you have not filled in a proper bug template. First read this: https://rocket.chat/docs/contributing/reporting-issues Then use this as a template: https://github.com/RocketChat/Rocket.Chat.Electron/issues/new?template=ISSUE_TEMPLATE.md Thanks!

@CitizenDev Just to be sure, is the `Unread Tray Icon Alert` setting enabled on Rocket.Chat server?

@gabriellsh Was it an issue on Rocket.Chat's server configuration? I think we've discussed it before.

Thanks @johnyb0y. That's how it should work: hiding the window when the tray icon is enabled (true by default).

Publishing is almost unusable. It is falling for me at a ratio of around one successful upload to five failed ones.

If I'm reading [this](https://github.com/electron-userland/electron-builder/blob/master/packages/electron-publish/src/gitHubPublisher.ts#L163-L205) right, there is no option to set a preferred timeout and it may fail four times before rejecting the upload.

I've noticed something else: *it doesn't fail at the times my draft release is empty*, i.e., **when there is no need to overwrite files**. Looking at all the examples you...

Hmm, I believe the issue lies in [Rocket.Chat SDK](https://github.com/RocketChat/Rocket.Chat.js.SDK), since our Webpack/Babel configuration excludes `node_modules`. As you can see [here](https://github.com/RocketChat/Rocket.Chat.Livechat/blob/dev/package.json#L114) the widget must support IE11, therefore this is a bug.