Peter Johnson

Results 257 comments of Peter Johnson

Thinking more about how to do 292 generically, what if these labels were simply additional axes that have vertical placement (eg you can specify top and bottom, rather than having...

Re: #298, what about a `AddDataColor(ImU32*, size_t stride)`, `AddDataLabel(const char**, size_t stride)` etc (eg variants for ImVec4 color, sized strings)? Yes, the data would need to persist through the following...

Please split this into two PRs. We can't merge deprecations mid-season, because too many teams see them as errors that must be fixed, rather than as warnings.

What's the recommended way to remap keys in the new API? From what I can tell, it looks like doing so after this change requires customizing the backend, whereas previously...

For my use case, there is another application running on the system that has a global (system-wide) listener on the spacebar and Enter keys. While it's relatively easy to avoid...

Is a static wait(Measure) overload going to be potentially confusing, as Java Object.wait(long) exists? That's the major reason why it's waitSeconds() instead of wait().

There are many color spaces. Wouldn’t it be cleaner for Color to remain just RGB and add a HSVColor, with conversion functions between the color classes as appropriate?

My understanding is this section is written to guide teams through building/wiring the KOP, and these are the motor controllers that are provided to rookie teams in the KOP. That...