Roger Carhuatocto
Roger Carhuatocto
@canbakiskan wrote: > What I noticed on MacOS and iPadOS is that even if you install custom fonts, Safari doesn't use them. Though somehow Firefox manages to display them. So...
Thanks @mateusrevoredo !! That's amazing.
I solved this issue with this workaround. https://github.com/shanalikhan/code-settings-sync/issues/1236#issuecomment-759538307 Hope it helps.
Hi there, I'm facing same problem. I have: 1. Settings Sync 3.4.3 2. Code-Server 3.6.2 running remotely on Ubuntu 20.04. 3. I'm not using Reverse Proxy but I'm accessing Code-Server...
Thanks @csaska I found a workaround. I created a SSH Tunnel from my local computer to remote one which is running Code-Server over HTTPS 8443 port and Settings Sync worked....
Hi there, Just I'd like to know if there's any progress on this? I really love/want this feature implemented. Appreciate your support. Regards.
Hi there, I changed from `--checkpoint-sync-url=https://checkpoint.gnosischain.com` to `--checkpoint-sync-url=https://checkpoint-sync-gnosis.dappnode.io` and still having the same issue `Failed to start beacon node`, however the error is slightly different. ```sh Aug 10 21:08:16.544 INFO...
Thanks @michaelsproul Just updated and worked !! Thanks again. Regards.
Seems that the error `Your SARIF log is invalid, please solve SARIF_BUILDER_INVALID messages` is coming from [nvuillam/node-sarif-builder](https://github.com/nvuillam/node-sarif-builder). Is Spectral CLI using older [node-sarif-builder](https://github.com/nvuillam/node-sarif-builder) version? It is `2.0.3` when it should...
Thanks @qwzhou89 Quick questions: 1. What is `$status` in the first route? 2. In the 2nd route. Why not using the `/api1` response (HTTP_STATUS or json body) instead of using...