Martin Delille
Martin Delille
Hi, Is it possible to output the test error on the standard error instead of the standard output ? I would allow my ide (Qt Creator) to list them in...
Specify library name and version: **mocknetworkaccessmanager/0.12.0** --- - [x] I've read the [contributing guidelines](https://github.com/conan-io/conan-center-index/blob/master/CONTRIBUTING.md). - [x] I've used a [recent](https://github.com/conan-io/conan/releases/latest) Conan client version close to the [currently deployed](https://github.com/conan-io/conan-center-index/blob/master/.c3i/config_v1.yml#L6). - [x]...
I noticed that xlsx file stored in the resource file (qrc) are not properly handled by QXlsX: ```cpp QString fileName = ":/dummy.xlsx"; QXlsx::Document xlsx(fileName); auto dimension = xlsx.currentWorksheet()->dimension(); if (!dimension.isValid())...
Is there any plan to remove Qt6::Core5Compat dependency ?
I have an issue when trying to open a zip file contained the application resource (via the qrc file). It works fine on MacOS.
Hi @sbeyer ! I'm now a long time user of bandit and I wondered if there was a way to configure the default formatter without passing it to the arg...
I tried to write a constraint for my custom type `MyType`: ```cpp class IsRange { Time _timeIn; Duration _duration; public: IsRange(Time timeIn, Duration duration) : _timeIn(timeIn), _duration(duration) { } inline...
Is there a Google Play distribution in mind?
I compile a project including the following library: ``` QT += multimedia ``` Unfortunately I have the following error when trying to compile it: ``` Unknown module(s) in QT: multimedia...
Would it be possible to configure the plugin to use 2 spaces instead of 4? It looks like everyone is using 2 spaces by the way.