Tadeusz Sośnierz

Results 27 comments of Tadeusz Sośnierz

I'm porting Slack command handling to this to see how it fares in practice – will come back with proper review and feedback once I'm done with that – I...

Implemented this in Slack for test run [here](https://github.com/matrix-org/matrix-appservice-slack/compare/tadzik/bot-command-handler), and a few things stand out: 1) Commands are case-insensitive, which slack did for one admin room but not the other –...

Looks good: do we have any bridge currently making use of this, so we can see how the API works out in practice?

Hmm, indeed – seems like we've been misusing it for quite a while, and it's been working due to a happy accident more than anything else...

Flagging this as bug since that's what it feels like to the end user.

Possibly related to https://github.com/runbox/runbox7/issues/595: perhaps contacts are only loaded when the search index is *first* loaded?

https://github.com/runbox/runbox7/pull/665 (currently secretly deployed as runbox7-beta) cuts the folder counters down by an order of magnitude, but it may still not be enough especially on slower devices, like phones. We...

> `EmojiPicker` is actually used in two different places: the emoji picker in the composer, and the reaction picker in the timeline. Currently this change applies to both of them,...

> Hey @tadzik - nice PR. > > Can you create a `T-Enhancement` issue in `element-web` linked to this where it can be discussed with the design and product teams...

[Downloads API](https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/API/downloads/download) could be used, except that it's apparently unsupported on Safari (I didn't find any polyfill for it, strangely). [FileSaver.js](https://github.com/eligrey/FileSaver.js/) could be used, but that brings in an extra...