Jonathan Daugherty

Results 339 comments of Jonathan Daugherty

I don't see such icons on my Mattermost instance in the web client, so I'm wondering if you can post a screenshot. Also, are the bot messages you're getting related...

I can only conclude that this UI element is a consequence of a plugin of some kind, so it would help if you could figure out which plugin is responsible...

Another approach that could be helpful is to figure out what bot you are using; that could also help us pinpoint by looking at the bot's source code.

Thanks! I found that this `card` prop is a Mattermost feature, not a plugin feature, and is documented at https://developers.mattermost.com/integrate/incoming-webhooks/ so we will explore what it will take to make...

@kerhac thanks for the suggestion! We could add the data directories to the search path, but we can't use *only* `getAllDataDirs` because that would break the current behavior; `getUserConfigDir` isn't...

Hi @kampfflunder - thanks for reporting this. Out of curiosity, are you running `matterhorn` within any kind of terminal multiplexer like `tmux` or `screen`? This doesn't seem likely to me...

That might be a bug in the config parser library, yeah. I could see it either way because quotes can be used to quote the config values themselves, which means...

This has come up before, and we sorta kicked the can in that case by adding support to generate documents with keybindings and commands. But thinking on this now, I...

Another idea, since we have a choice of a variety of formats, would be to generate `troff` and then use `man` as the pager; that could provide access to nicer...

(Generation would be key -- rather than just maintaining a static `troff` file -- because we want the help output to be dynamic in terms of the active configuration, so...