Joel Pearson
Joel Pearson
I noticed this since 5.0.1 I think, we're also using v6.2.1 server. In the 4.x client I never noticed this. I found a workaround to unfreeze it, if you maximize...
> If anyone's able to reproduce while developing, I would love some help looking into this :) @devinbinnie Do you mean to build a local copy of the desktop client...
Hi @devinbinnie, So I've had the inspector attached for a few weeks, and it turns out that whenever it freezes I switch to the inspector and that fixes it. Which...
> > 2. Try to launch with `C:\Users\Bob\AppData\Local\Programs\mattermost-desktop\mattermost.exe --disable-gpu` > > This fixes the stutters for me as well This doesn't help for me. I tried disabling hardware acceleration via...
As an aside I have discovered another interesting thing. I use https://web.whatsapp.com/ in Google Chrome, and if I click a notification I sometimes get similar freezing behaviour that I get...
I have some thoughts about how the Kubernetes support could be implemented. I remember having a look at the Grid 4 codebase in December 2018 and I wrote up my...
I don't suppose we can leverage the existing certbot plugins somehow? Maybe you could use https://github.com/go-python/gopy or https://github.com/sbinet/go-python then you could re-use all of the existing plugins in go? What...
When playing with ingress, I found I had to change `enabled` to `false` and then back to `true`. So you probably need to do the same thing for `route`.
@benpye How do I run npiperelay correctly? I have tried this ``` joel@JOEL-XPS15:/mnt/c/Users/Joel$ socat UNIX-LISTEN:/home/joel/.ssh/authsock,fork,group=joel,umask=007 EXEC:"npiperelay.exe -ep -s //./pipe/ssh-pageant",nofork /usr/local/bin/npiperelay.exe: Invalid argument ``` But whenever I try to use the...
Ahh awesome thanks. I think it turned out "Invalid argument" was because I was trying to run windows binaries from a windows working directory. You can see I was using...