Alexander Griesser

Results 21 comments of Alexander Griesser

Hey, you're right, I just tried it out on my Monterey VM and if I use the `.dmg`, the application uses the logs as outlined in the documentation, so the...

Sorry again - typo, bad english and wrong information. A perfect first PR (updated now, btw).

This was also my first assumption, but what @coltoneshaw said is correct: It does not depend on the OSX version, but only on the deployment model. I spun up a...

Ah, I didn't check it in real-life obviously - the text is so long now that the line gets wrapped :-/ Should we revert to (DMG install) and (Appstore Install)...

Changelog fragment has been added - please let me know if this is OK, is my first one...

I came across this FR because of [this forum topic](https://forum.mattermost.com/t/how-to-get-board-updates-or-inserts-in-webhook-or-api/13865). I think there maybe could be a generic solution to all these requests. If subscription options could be configured on...

I have no idea what I'm doing, but [this PR](https://github.com/mattermost/mattermost-server/pull/20891) should fix it.

Basically the message id needs to generated and can be unique - what agnivade was trying to say here is that you could create a random string in the local...

I'm not sure I understand this question, sorry. This is a function available in `model/utils.go`: ```golang // NewRandomString returns a random string of the given length. // The resulting entropy...

Hi @lonesomewalker , this problem usually occurs when you're not upgrading to the latest 5.x version before going further, but since you said you did that, I'm a bit puzzled...