Andy Maloney
Andy Maloney
I don't understand the rationale for making this useful library require C++17 but, since it does, it should be indicated in the README so it doesn't surprise people.
Is there an easy way to get crossguid to link to libuuid statically on Linux? I'm a perpetual cmake novice, but I'm guessing I'd need to add an option(CROSSGUID_LINK_LIBUUID_STATIC ...)...
I feel like I'm missing a piece of the puzzle 🧩 to getting started with this... **Edit:** In case you don't want to read this whole thread: > It's a...
**Describe the solution you'd like** When reading files that have cameras, convert them to cc2DViewportObjects in CC. **Additional context** Should implement something like this in `mioUtils`: ```c++ ccViewportParameters convertCameraToViewport( const...
(Got here from gchalk - thanks for that!) It looks like this only looks for "double-dash" options? i.e. `--no-color` I would have expected it to support `-no-color` as well. Took...
If I have data in two or three containers that I might want to mount so I can compare or copy between them, how can I mount them all at...
I have no idea why the CI is failing to find Xerces on Windows all of a sudden without any changes in the repo. Could be the CI runner, miniconda,...
Neat idea! For us privacy-minded peeps, it would be useful to state what data is collected & stored (if any) and how it is used.
If I use `otool` on my app, the *LC_RPATH* shows `@executable_path/../Frameworks`. But the new release (thanks BTW!) shows the RPATH in the interface something like this: `/Users/me/dev/MyApp.app/Contents/MacOS/../Frameworks` This is not...