Nick Porcino

Results 535 comments of Nick Porcino
trafficstars

From a discussion, a plausible solution is to specialize using `std::to_chars` since it is optimized for performance, and does not use locale. eg ``` std::string result(32, '\0'); // big enough...

Conda still poses challenges to the build system, and I can't say there are definitive answers that work for everyone's set ups yet. Could I suggest starting by looking at...

Referring to #2257 and vendor feedback reported there, I would read the specification as being consistent with what DCCs do with respect to all _color_ channels, but I would say...

Since this landed for Effects we should prioritize this for implementation, otherwise we've got a straggling outlier.

ImathMatrixAlgo.cpp only really needs to have the explicit instantiations (https://github.com/AcademySoftwareFoundation/Imath/blob/edb64a8507ab5d6e4c0b3b11c49b01c4e5a9bb8d/src/Imath/ImathMatrixAlgo.cpp#L1241 ) defined in it; it could be moved to a header which might resolve the header only goal. I think...