Vladimir

Results 3 issues of Vladimir

Hi, What do you think might be a problem? running qtsetup everithing is good until `qtsetup install darwin` ``` INFO[0000] running: 'qtsetup prep' WARN[0000] failed to create qtrcc symlink in...

Hello, have a small project and tried to build for android as written here: https://github.com/therecipe/qt/wiki/Deploying-Linux-to-Android but got an error: ` ERRO[0021] failed to run command _func=RunCmd cmd="/home/user/Qt/5.14.2/android/bin/androiddeployqt --input /home/user/qt5-go-test/deploy/android/android-libgo.so-deployment-settings.json --output...

I have a part of code like this ```go rows, err := dbconn.Query(ctx, sql) defer rows.Close() for rows.Next() { msg, err := pgx.RowToAddrOfStructByName[Sometype](rows) if err != nil { return fmt.Errorf("error...