Tomaz Canabrava
Tomaz Canabrava
On Mon, Dec 18, 2017 at 4:32 PM, Marino Faggiana wrote: > You need to keep the lock until both the meta data and the file is > uploaded completely....
On Mon, Dec 18, 2017 at 5:47 PM, Marino Faggiana wrote: > after all: how do you handle regular uploads if the upload is such a > broken thing on...
Thanks for this, I see that there are CI errors (I was not ever able to remove the CI errors on llvm 12) if you need anything from me, please...
is it possisble to request a higher priority on the CI machine for this? all of the build failures are time based.
https://stackoverflow.com/questions/68751682/is-a-class-templates-name-in-scope-for-a-qualified-out-of-line-destructors-def
This change fixes for me: ``` RESULT_NS_IMPL::detail::result_union ::~result_union() ``` should read: ``` RESULT_NS_IMPL::detail::result_union ::~result_union() ```
I don't know what to say to you... ``` ➜ bde git:(master) /home/tcanabrava/Projects/bde-tools/bin/bde_build_env.py list Available compilers: 0: gcc-12.1.0 (default) CXX: /usr/bin/g++ CC : /usr/bin/gcc Toolchain: gcc-default 1: clang-13.0.1 CXX: /usr/bin/clang++...
My current system: ``` Arch Linux ➜ build git:(master) uname -a Linux tcanabrava-laptop 5.17.8-arch1-1 #1 SMP PREEMPT Mon, 16 May 2022 20:45:27 +0000 x86_64 GNU/Linux ➜ build git:(master) ccache --version...
There’s an open wip PR that you can check On Tue, 12 Nov 2019 at 10:03 Matej Frančeškin wrote: > I am also interested in this. Would it be possible...
Right now I have two branches, one with a simplified camera handling (handles *one* camera) and another with a complex camera handling (handles 40+ cameras).  The simplified camera handling...