Stuart Morris

Results 6 issues of Stuart Morris

Started seeing `undefined method 'from' for nil:NilClass` about 12 hours ago. Any message to the bot seems to trigger it. Doesn't correspond to any code changes on our implementation of...

Spent the last 3 hours trying to figure out what I was doing wrong, but it looks like the 4 fields associated with a link (caption, description, picture, name) have...

It looks like signOutUser sets the access-token / uid / client as `data` when they should be set as `headers`. Relevant devise_token_auth docs: https://devise-token-auth.gitbook.io/devise-token-auth/usage

If I've installed Mattermost on Heroku using this buildpack, is there a way to update the Mattermost version?

This adds image zoom capabilities to image previews. I've added a dependency (https://github.com/BetterTyped/react-zoom-pan-pinch) to handle the actual image manipulation. I added a zoom in, zoom out and reset button to...

2: Dev Review
3: QA Review
Setup Cloud Test Server
do-not-merge/release-note-label-needed
Contributor

I'm exporting quite a large amount of slack data (7k users) and noticed that this only exported the first 1000 email addresses. I've added in a loop and some logic...