Jack Jansen
Jack Jansen
@rgerganov do you mind if I also use your fork of CoAPthon? Would be silly to fork it twice (and if ever you decide to drop maintenance of your fork...
Chiming in with a different problem, but it may be related. For me PCL 1.12.1 all-in-one installer fails on 2 machines (works fine on many others I'm using): - github...
Hmm, could be the disk space issue (I have no idea how much space GitHub Action runners have on their `C:` drive). I will experiment and report back.
I've created a repo that shows the problem, https://github.com/jackjansen/pcl-install-test. The repo is simply one of the PCL tests isolated, with its own CMakefile. It builds fine locally. There's a single...
It turns out that by just running the installer everything _is_ indeed installed, eventually. It's just that the you don't know when the installer finishes running. I have added a...
@germancoines the trick with starting the installer and then waiting works, but I have had to increase the sleep period a couple of times. It's now at 5 minutes, which...
It would be nice if the K4A team could support Ubuntu 20.04 officially. The workaround posted by @vinesmsuic works just fine, for development, but it is a bit of a...
For people needing a workaround to install K4A in a Docker image I have finally found a workaround that works for me (so far:-), I've posted it in https://github.com/microsoft/Azure-Kinect-Sensor-SDK/issues/1190#issuecomment-822772494
Is there _any_ chance there will be an official apt package for 20.04, ever? @wes-b or anyone else knows? Ubuntu 22.04 is imminent... And the workaround with manually downloading the...
I have found a workaround for libk4abt (it needs a different hash). Here is a snippet from my `Dockerfile` that seems to work for Ubuntu 20.04 base images: ``` RUN...