Filip Vincůrek
Filip Vincůrek
Hi @fone , as far as I know you can watch the amount of data being copied from the SD card. Change [this line](https://github.com/BrixSat/SdcardBackupRestore/blob/15c3a8c8e988a6ff2825ab1fa232719bf6753ddf/sdCardBackupAndRestore.sh#L25) to: ```bash sudo dd bs=4M if=${DISK}...
Hi, i have the same problem as above. Even after changing server address to: ``` serverAddress = 'http://185.8.239.101:8080', ``` still can't connect... So my app is running on: **http://185.8.239.101:8080** the...
Thank you @jonathanmoore, exactly what I needed. One thing I'd add, if you have more that one slider on a page, this will scale only the fist one. Small changes...
Having the same issue, on Overview I can see Blind and Anon balance non-zero, on Convert tab Blind and Anon balance is zero. EndeavourOS Wallet 1.8.0 Core: 23.1.5.0 Client: 3.3.2
I was having the same issue but with galleries created from code. Changing line [1091](https://github.com/biati-digital/glightbox/blob/master/src/js/glightbox.js#L1091) like this fixed it: ``` const maxHeightValue = slideTriggerNode ? slideTriggerNode.getAttribute('data-height') ?? '100vh' : '100vh';...