Stuart Doherty

Results 23 comments of Stuart Doherty

I'm not sure if my problem is the same thing. When I go to run my tests I have a case where I'm testing a view, so doing a POST,...

Not sure if this is the same issue, but I was noticing a freeze on `v5.0.3` client (MacOS `12.1`, MacBook Pro (16-inch, 2019)) I thought it seemed to correlate with...

I did some searching around to figure out what the problem was. I don't have concrete links, but I *think* something in the `click` library that is used by `pipenv`...

I'm not affected now that I use a `virtualenv` to control versions....might be worth a quick mention/note on the readme

@aaronrothschild wondering if you can help here, or loop someone in from integrations/Apps. From looking at the old customer thread, we ran into an issue where having `AutomaticPrepackedPlugins == true`...

Okay, finally getting back to this and digging up the history. Here's what I think we need to change: 1. Configuration Settings Page - https://docs.mattermost.com/configure/configuration-settings.html#enable-remote-marketplace We should explicitly tell admins...

I totally understand the point about maintenance. Don't want to create a headache with a constantly growing target we need to hit. I can't seem to get to the original...

Hi All... need to also ensure these permissions are allowed for the service account that connects to Elastic: `“indices:admin/get” privilege`... I *believe* they're already covered by the role I expressed...

Here's another snippet: ```json { "cluster": [ "monitor", "manage_index_templates" ], "indices": [ { "names": [ "*", ], "privileges": [ "all" ], "allow_restricted_indices": false } ], "applications": [], "metadata": { "id":...

Hi @yash2189 - I'm not 100% sure. @justinegeffen can you comment? Here is some additional insight discovered by @mkdbns: *** The actions above succeeded with the following configured permissions. A...