dbr/Ben

Results 206 comments of dbr/Ben

I think having the `search_path` as a YAML list is a good idea. The `search_path` key could accept both a string and a list, e.g both of these could coexist:...

http://opencolorio.org/FAQ.html#what-lut-formats-are-supported Although it would be good to expand that, mainly to provide short examples of what the files look like, and links to external documentation on the format

This should just be a syntax error - I think the laxness is coming from OCIO's own parsing of it's custom `!` tags For example, this produces a syntax error...

I think "best" was left as linear to avoid changing the behaviour of existing configs at the time, https://github.com/imageworks/OpenColorIO/pull/232 It could definitely be changed in a future non-patch release Sent...

> And I don't think adding feature flags to imgui-winit-support to swap out winit versions is a good idea Agreed, we removed such flags not long ago (#638) - they...

From https://github.com/glium/glium/pull/2074 it seems like the glium 0.33 release is very close