Marc
Marc
Currently you are only encoding the first and last part hence a request to "a.b.local" is sent as "a.local" Replacing ``` /* Add name data */ data.append (host.length()); data.append (host.toUtf8());...
In my Android app, I want to visualize the audio beats. By using the [Quick Start](https://developer.spotify.com/documentation/android/quick-start/) I can get authorized and get notifications for the currently playing song which is...
Hi, I compiled the latest version from git against Qt5.7.1 on Debian Wheezy (had to upgrade cmake first) ``` $ ./gammaray --version GammaRay version 2.10.50 (revision: 1096889) Copyright (C) 2010-2018...
I was using the QtWS2018 app (Berlin) and the app always opened with the first day/tab opened. It would be nice that, when you are on one of the days...
Some feedback when adding support for arm64-v8a. I first modified `build-all-arch.sh` and set `archs=(armeabi-v7a x86 arm64-v8a)` In `setenv-android-mod.sh`, I had to replace `randlib` with `ranlib` (a typo I guess?) In...
First of all, thank you for this library. It has been really helpful! I do have a number of suggestions: 1. From Google Mobile Ads SDK version 17.0.0 onwards, it...