jayme-github

Results 34 comments of jayme-github

Looks like the patches from https://bugreports.qt.io/browse/QTBUG-46323 are already included in current debian versions (https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=804883) but the problem still persists, even with Qt 5.7.1.

Hm, yea - maybe the "new" problem is a different one. As said in #573 I can only see some errors in the webkit debug console, no `QNetworkReplyImplPrivate` errors here.

>Usually the QNetworkReplyImplPrivate error is displayed in the command line (so, you have to start scudcloud from there). Did that of cause. I only see messages like the following, but...

Yea, it's completely strange and probably there is more than one specific issue. I did some further testing with the changes in https://github.com/jayme-github/scudcloud/commit/af3cd5491c1ed5d97c51a5eedbb0da94b1e97e86: * When I change network from A...

This could be related: https://bugreports.qt.io/browse/QTBUG-57110 Laptop just woke up from suspend (on the same network as when going to sleep): ``` "No such interface 'org.freedesktop.DBus.Properties' on object at path /org/freedesktop/NetworkManager/ActiveConnection/28"...

Silently disappeared today. Maybe a temporary server or cookie issue? Leaving this opened. Maybe someone want's to add an enhancement and show a default team icon instead of an empty...

If I get that right this is the "Storefront" API. @FrancisLab implemented this in his fork (I don't know how complete that is, just stumbled upon hif code as I...

Finally managed to update my commit in this request ;) Suggested code from midget works for me too

Hi @irbekrm thanks for taking the time. > After that, once the connectivity stabilized, the two `CertificateRequest`s would be reconciled and fulfilled seperately by another controller which isn't responsible for...

> So the cert in `toolhub-tls-certificate` was never updated? Exactly, yes. > Ideally I'd like for there to be no human intervention needed at this point, I'll see if it...