Slavi Pantaleev

Results 346 comments of Slavi Pantaleev

It's confusing, because they said they would only support it until April 2023, yet they continue making some new releases including this [v7.11.0 prerelease](https://github.com/mattermost/focalboard/releases/tag/v7.11.0) from 5 days ago. Looks like...

By doing these: - adding the appropriate container labels - you can get inspired from the labels for some of the other services - connecting it to the `traefik` container...

[docs/configuring-playbook-s3.md](https://github.com/spantaleev/matrix-docker-ansible-deploy/blob/34930fd10a36eee5d64e1744e9ef1c8cb38bdd65/docs/configuring-playbook-s3.md) talks about other providers and even mentions Digital Ocean Spaces, even though it doesn't provide docs specific to it (it's pretty much the same for every provider). [docs/configuring-playbook-synapse-s3-storage-provider.md](https://github.com/spantaleev/matrix-docker-ansible-deploy/blob/34930fd10a36eee5d64e1744e9ef1c8cb38bdd65/docs/configuring-playbook-synapse-s3-storage-provider.md): -...

Thank you for working on this feature! I've posted some feedback to improve consistency and simplify some things.

Sure! Thanks for soldiering on and perfecting this! I can squash-merge when ready, so it's up to you if you'd like to clean up by rebasing explicitly or not.

It seems like the last-but-one message is from Sebastian and the bot correctly replied as a result of it. This means that the bot considers Sebastian an authorized bot [user](https://github.com/etkecc/baibot/blob/main/docs/access.md#-users)...

This sounds like a cool feature, and OpenAI's ChatGPT (their web product) supports such "web browsing". See [Should I use ChatGPT or the API?](https://platform.openai.com/docs/guides/text-generation/should-i-use-chatgpt-or-the-api) Unfortunately, it's difficult to emulate. baibot...

There may be some playbook configuration issue at play here, but.. --------------- I cannot test this, because I'm on `arm64` which requires self-building. [matrix-registration-bot](https://github.com/moan0s/matrix-registration-bot) is currently pinned to [v1.3.0](https://github.com/moan0s/matrix-registration-bot/tree/v1.3.0) for...

This is due to a limitation in the library we're using ([64bit/async-openai](https://github.com/64bit/async-openai)). It currently only supports [these voices](https://github.com/64bit/async-openai/blob/aeb6d1f82d08b7900c91745fc41327ebc7d2b81b/async-openai/src/types/audio.rs#L36-L50) and needs to be updated to include the new ones. At that...

Where is that? Also, we currently don't support more than 1 federation sender worker (if `matrix_synapse_workers_federation_sender_workers_count` is more than 1, `roles/matrix-synapse/tasks/validate_config.yml` will yell at you). Of course, it would be...