gardar

Results 250 comments of gardar

Not sure if what the nox linter is complaining about is related to my changes. ``` src/antsibull_changelog/changes.py:702: error: Call to abstract method "sort" of "ChangesBase" with trivial body via super()...

Ok sure, although I don't see what harm it could do to have it as the default format. How do you propose I make it configurable? Do you want a...

> I would add a setting to changelogs/config.yaml. @felixfontein this should be all ready now.

Could it be possible to display thread replies as messages in the main group/room/team but prepend them with `@username: ` with the username of the user that started the thread...

I'm getting this too sometimes, but more often than not I don't get any dupes. Which is then a indicatior that the websocket is not working too well?

I'm definitely interested in markdown rendering as I use markdown quite a lot in chats, for code blocks, bulleted lists, highlights, etc. But perhaps it should be a separate plugin...

Actually it looks like there is some markdown rendering support in other @EionRobb plugins already. https://github.com/EionRobb/purple-discord/blob/master/markdown.c https://github.com/EionRobb/purple-mattermost/blob/master/libmattermost-markdown.c https://github.com/EionRobb/telegram-purple?tab=readme-ov-file#code-tags So perhaps it's easy to implement in purple-teams?

Any chance markdown code blocks could be rendered differently than regular text? Not sure whats possible with pidgin, but something as simple as using a different (monospace) font would be...

Good point, that works. With that being said kv v2 returns metadata as well which might/might not be wanted. To combat that it would be helpful if it were possible...

A filter parameter would be nice, but as you hinted it's already possible to do the filtering within the erb macro, so perhaps it's unnecessary to add the filter parameter...