m-stefanski

Results 5 issues of m-stefanski

I got issue with my AC2729/50. Setting speeds and turning on lights would work, bo no information about air quality would be reported and following log line was displayed on...

I have tried both ideviderestore 1.0.0 and macOS 12.5 restore function (this one throws 4013 or 4015). Log for idevicerestore the farthest it can go: ``` idevicerestore --erase --latest Found...

Using `sudo port install NanoVNA-QT` build fails with error ``` Error: Failed to configure eigen3: configure failure: command execution failed Error: See /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_math_eigen3/eigen3/main.log for details. ``` which in result points...

Using ``` brew install automake libtool make eigen fftw cd /PATH/TO/NanoVNA-QT ./deploy_macos.sh ``` build finishes with errors, file `NanoVNA_QT_MacOS.dmg` is created, but it is empty. Seems that the crucial line...

I have my Gogs instance deployed in Docker using following environment.yaml file: ``` version: '3' services: gogs: image: gogs/gogs volumes: - /volume1/docker/gogs:/data ports: - 3000:3000 - 3022:22 ``` I have...