Andrew Ferrazzutti

Results 81 comments of Andrew Ferrazzutti

Proper installation depends on which version of `bash-completion` is being used. Full instructions are here: https://github.com/scop/bash-completion/#faq What worked for me (with `bash-completion-2.11-6`) was to symlink `gradle-completion.bash` as `~/.local/share/bash-completion/completions/gradlew`.

This is still an issue as of v3.1.6, but I stumbled on the solution: **task options must be specified as entries in the "Gradle Tasks" list**, on the Run Configuration's...

This must be some kind of workspace configuration issue, as opening a new workspace in the same Eclipse installation on the same machine fixes the problem.

Note that this doesn't check if the puppet's phone number is valid, because it can't: [appservice user queries](https://spec.matrix.org/v1.3/application-service-api/#get_matrixappv1usersuserid) don't include which Matrix user (if any) triggered the query, so the...

This is a doozy, so I'll break down the changes: - Many commands now support targeting a specified (existing) room, instead of only creating a new room / targeting the...

> Can this be translated to other python based bridges such as https://github.com/mautrix/facebook ([mautrix/facebook#80](https://github.com/mautrix/facebook/issues/80))? Yes, especially since much of this PR is based on Python code from mautrix-telegram.

WebP thumbnails work, but requires installing an extra library. On Debian, it's `libwebp-dev`, and it fixed the problem for me on my own instance of this bridge. I can't recall...

> Unless there's something new I'm not aware of, image attachments are always send as-is, so it's dependent on what the user sends, not Discord. Ah, that makes sense. Though...

I intend to add test coverage for this to prevent further regressions (whether self-inflicted or induced by dependency changes).

On closer examination, the regression wasn't caused by #287, but by a change in the rust-sdk crypto crate which isn't yet in a release of the Node bindings (change =...