Harrison Healey

Results 104 comments of Harrison Healey

The few issues I've noted so far with just using ServeHTTP are that: 1. Mattermost already has an API endpoint (`/api/v4/image`) that it uses for serving images from an external...

Yeah, we're hoping to use it as a drop-in replacement, but all we do with the existing proxy is send it image requests without any special options. The main goal...

By the way, creating an instance of the proxy and then faking an HTTP request to it using ServeHTTP seems to work. If you're interested in seeing the hopefully-final code...

Yeah, closing and reopening fixes the issue. I don't think there's anything specific that caused it to stop working since I've left Focalboard open overnight without any issues before. Also,...

I've got it installed via the Mac App Store, and I'm already on the latest version (0.15.2) according to it

I tried swapping the app for the latest release on GitHub, and while that appeared to be the latest version, I lost my saved board, so I went back to...

No, sorry. I don't have any experience with building the desktop app, particularly when it comes to building for Windows

@amyblais We probably have to wait for Devin to get back for this. Given the data available, I'm not sure what the issue might be. Devin also uses Windows for...

That doesn't look like an error that would come from Mattermost. `standard_init_linux.go` seems to be part of Docker itself.

Ah, we were worried that might happen. We unfortunately never set up mattermost-redux in a way that makes it easy to ensure backwards compatibility for things like this. We have...