Matthew Cole

Results 10 comments of Matthew Cole

~~Wait, do I need to copy the ssl cert files from nginx to the tablet?~~ Okay, so, I will admit to moments of stupidity, I did not read the very...

Also, running `QT_LOGGING_RULES=xochitl.*=true xochitl | grep -A3 QUrl` only showed variations on the following 2 logs: ``` 36:16.154 xochitl.network.client Http::PUT QUrl("https://local.appspot.com:443/document-storage/json/2/upload/request") 36:16.228 xochitl.network.client Http::PUT QUrl("https://remarkable.[my domain].com/storage/eyJhbGciOiJIUzI1NiIsImtpZCI6IjEiLCJ0eXAiOiJKV1QifQ.eyJkb2N1bWVudElkIjoiZDVkYjg4OWUtMzVkYi00MjdiLWFmMDAtNTM3MzZjZjIwYWMwIiwidXNlcklkIjoibWF0dGhld3JpY2hhcmRjb2xlQGdtYWlsLmNvbSIsImF1ZCI6InN0b3JhZ2UiLCJleHAiOjE2MzczOTQwNzZ9.JiqT0JRh3kNGCdUj3XH1rvDrwgU22ZwbccHDKFibNeQ") 36:16.263 xochitl.network.document.uploaderError during upload...

Yes. Here's my docker-compose.yml ``` services: rmfakecloud: image: ddvk/rmfakecloud restart: unless-stopped ports: - '3000:3000' volumes: - remarkable:/data environment: - STORAGE_URL=https://remarkable.[my domain].com - RMAPI_HWR_APPLICATIONKEY=${RMAPI_HWR_APPLICATIONKEY} - RMAPI_HWR_HMAC=${RMAPI_HWR_HMAC} - RM_SMTP_SERVER=${RM_SMTP_SERVER} - RM_SMTP_USERNAME=${RM_SMTP_USERNAME} -...

Yes to all of that! It sounds awesome! I'd love the project to become "official" and I'd love to keep on working with it. I feel slightly embarrassed at the...

Okay, I've gotten it transferred over after diving way too deep into the different types of public licenses. Here are my thoughts on next steps: - Work to make the...

This looks great! The only thing I think is missing would be the scoring for `Letter Score` games

The organization of the endpoints makes sense to me. This will be invaluable for including all of the other languages, and, when we get there, for board generation too.

That looks excellent and is now being used by the web app. In theory, it should be ready to go for any language supported by Lexica (I'm sure there are...

While I don't agree with the tone of this issue at all, the question raised is a valid one: The website has been down quite a bit recently. - Is...

Found the answer: https://github.com/RobinLinus/snapdrop/issues/515