Lars Haalck
Lars Haalck
@dzhao123 If you copy gnuplot-iostream.h into your projects source directory you just have to put it into your CMakeLists.txt. Just add ```cmake find_package(Boost REQUIRED COMPONENTS iostreams system filesystem) target_include_directories(yourTarget PUBLIC...
I had the same problem and this PR fixes all issues for me.
If I understand it correctly, you can set it to something different during generate (i.e. a placeholder) and set it to the correct value in the client during runtime using...
You are right, but I think this is an issue with a previous commit and not with this PR. I also have this when building the exa from source without...
From my experience you just have to reorder them and write them into the sfm_data.json by hand. The brown model has three coefficients for radial and two for tangential distortion....
I'm using the PR for multiple months now in a rootless scenario as described by kbenzie and I haven't encountered any issues. I think it would be great to get...
This feature would be really nice for hosts running something like a (nginx) reverse proxy and would allow to expose different (or all if also merging the wildcard PR) virtual...