dbr/Ben

Results 133 comments of dbr/Ben

In the old XML API, the air-dates were an arbitrary string so was impossible to reliably parse, hopefully the new JSON'y API returns the dates in a consistent and this...

The JSON API appears to give the datestamp in a consistent format, `2001-10-16`, so this should be doable This would break the API compatibility quite a bit so would likely...

> why can't OCIO upstream convert to using 0.5? I'm sure OCIO could upgrade. If I recall right, there's API changes between 0.3 and 0.5, so it might require a...

I started looking at this - yaml-cpp 0.5 now requires Boost, which is tedious - https://code.google.com/p/yaml-cpp/issues/detail?id=205 Plus the old 0.3 API is still being maintained. [From here](https://code.google.com/p/yaml-cpp/), "The old API...

#155 maybe? ("Get rid of hard-typed transform classes")

I don't think I understand this properly as I don't know a lot about OpenGL and how and where it handles colorspace conversions, but more than a decade spent doing...

Ahhh I see, I had misunderstood the "this issue is mainly concerned about" sentence! Yes this was using an sRGB framebuffer - if that case keeps working the same, and...

Interesting - I had used imgui on an older version of macOS and I don't recall this happening; I wonder if it's only the case with newer macOS (or if...

Seems to be accepted as a bug by winit, > > be marked as a _type: bug_ and be fixed accordingly. > > Correct. > > I may try to...

Are you referring to this https://github.com/ocornut/imgui/blob/v1.86/imgui_demo.cpp#L1357-L1376 ? If so I think they are available in API: 1. The flags like `ImGuiInputTextFlags_CharsUppercase` are available as `InputText::chars_uppercase` https://docs.rs/imgui/0.8.0/imgui/struct.InputText.html#method.chars_uppercase etc 2. From #516,...