We still have Photoshop and Illustrator users on Intel Mac, so we need to keep supporting it for now!
Posts by Jeremie Dumas
I ran into the exact same bug a few weeks ago! Only happened on mac intel though, mac arm was fine...
Even for things like "explain this compiler error" where I'd welcome some magic help, I find that AI agents often send me on a wild goose chase, which doesn't teach me any of the investigative skills I need to *actually* get to the bottom of an issue.
Kinda feels that .usd is becoming that standard exchange format though don't you think?
I'd simply use a (short) sha1 to pin the version.
For stb the recipe we have in Lagrange also builds individual .cpp targets which helps share the dependency between independent projects (i.e. Lagrange itself will not implement any stb lib).
Nice! Two suggestions: (1) avoid tracking main/master branch directly to make sure things don't break suddenly, (2) Lagrange has a "recipe" for Boost that downloads & builds from source, feel free to reuse it too.