Re: [Interest] CBOR Questions

2019-03-05 Thread Thiago Macieira
On Tuesday, 5 March 2019 11:09:52 PST Jason H wrote: > It seems the simplest, most reliable way to implement complete reads is to > serialize the QByteArray data in a QDataStream. Unfortunately it looks like > CBOR types do not have QDataStream support? If I were to request anything > in terms of

Re: [Interest] Installer Repositories Down

2019-03-05 Thread Hamish Moffatt
On 6/3/19 1:28 am, Nikos Chantziaras wrote: On 05/03/2019 12:25, Andrew Ialacci wrote: It appears the Qt installation repositories are offline. Can anyone confirm? I don't get an error message, but the "retrieving information" bar moves very, very, very slowly. It seems it has been

Re: [Interest] CBOR Questions

2019-03-05 Thread Jason H
> Sent: Tuesday, March 05, 2019 at 1:23 PM > From: "Thiago Macieira" > To: interest@qt-project.org > Subject: Re: [Interest] CBOR Questions > > On Tuesday, 5 March 2019 09:13:29 PST Jason H wrote: > > > The parser will tell you when it's done. Both QCborStreamReader and > > > QCborValue will

Re: [Interest] CBOR Questions

2019-03-05 Thread Thiago Macieira
On Tuesday, 5 March 2019 09:13:29 PST Jason H wrote: > > The parser will tell you when it's done. Both QCborStreamReader and > > QCborValue will read exactly one top-level value from the byte array or > > QIODevice and return it to you. If you have more than one value, only the > > first one will

Re: [Interest] CBOR Questions

2019-03-05 Thread Jason H
Questions embedded below. > Sent: Tuesday, March 05, 2019 at 11:33 AM > From: "Thiago Macieira" > To: interest@qt-project.org > Subject: Re: [Interest] CBOR Questions > > On Tuesday, 5 March 2019 08:15:40 PST Jason H wrote: > > I am looking at adapting some code to move from JSON/packed data to

Re: [Interest] CBOR Questions

2019-03-05 Thread Thiago Macieira
On Tuesday, 5 March 2019 08:15:40 PST Jason H wrote: > I am looking at adapting some code to move from JSON/packed data to CBOR. > However the first question I have is how do I know when a CBOR object is > done? If I have multiple or partial CBOR objects in a QByteArray how do I > handle that?

[Interest] CBOR Questions

2019-03-05 Thread Jason H
I am looking at adapting some code to move from JSON/packed data to CBOR. However the first question I have is how do I know when a CBOR object is done? If I have multiple or partial CBOR objects in a QByteArray how do I handle that? What if it's coming in through a QIODevice? With JSON I

[Interest] Qt and Android foreground services

2019-03-05 Thread Nuno Santos
Hi, I have a Qt based app that produces sound in real time. When I press the home button, it seems that the app looses priority and I doesn’t produce sound anymore. Actually, the system becomes very unresponsive until I quit the app. I have been pointed to Services API on Android: A

[Interest] Python support in QtCreator 4.9

2019-03-05 Thread Jason H
I was just taking a look at the beta, and am sharing my findings. 1. it looks like there isn't a way to import an existing python project? 1a. With an existing project how do I configure a .pyproject file, including specify the file with main / QApplication / entry point? I cannot find any

Re: [Interest] Installer Repositories Down

2019-03-05 Thread Nikos Chantziaras
On 05/03/2019 12:25, Andrew Ialacci wrote: It appears the Qt installation repositories are offline. Can anyone confirm? I don't get an error message, but the "retrieving information" bar moves very, very, very slowly. It seems it has been happening often recently. If I quit the maintenance

Re: [Interest] Installer Repositories Down

2019-03-05 Thread Robert Buchinger
Only can confirm that it has slow response but I am able to browse the repository br /R Am Tuesday, 5 March 2019, 11:25:48 CET schrieb Andrew Ialacci: Hello, It appears the Qt installation repositories are offline. Can anyone confirm? Screenshot of failed install:

[Interest] Installer Repositories Down

2019-03-05 Thread Andrew Ialacci
Hello, It appears the Qt installation repositories are offline. Can anyone confirm? Screenshot of failed install: http://share.dkai.dk/Screen-Shot-2019-03-05-11-22-38.83-mVQjDJ.png Have tried on a few different machines and remote VM’s. Same result. - Andrew 