quaintdev

Results 29 comments of quaintdev
trafficstars

I think this would be an excellent addition to the app because then I can use syncthing and everything syncs up nicely!

I am facing the exact same issue. The upload is stuck forever. @SimahoJr could you possibly share the script as a gist?

Turns out adding a delay of 3 seconds like below in microupload.py solves the issue. While debugging step by step I found out that there was no issue at all....

Affects me to. I mean everything is working as expected but it still underlines every imported line with red as if there is an issue. I spent quite some time...

I was facing this issue at work and unfortunately I can't share those proto files. Anyways I was trying to reproduce this on my personal laptop and was surprised that...

@wiggin77 any specific reason this merge is being held back? Maybe I can look into it.

@wiggin77 I have RaspPi and can test it but I do not see arm64 architecture in the latest push at [docker hub](https://hub.docker.com/r/mattermost/focalboard/tags)

@wiggin77 I tried to build arm64 image but it is failing. Here's the entire build log ``` [+] Building 486.8s (17/22) => [internal] load .dockerignore 0.0s => => transferring context:...

@YC My bad. I was able to build with command `docker buildx build --platform linux/arm64 --tag quaintdev/focalboard -f docker/Dockerfile . --load` and successfully run it on my Raspberry Pi. I...