coryrc
coryrc
> It's not clear to me which parts can be removed. ..but it's easy to replace any templated variables with non-templated ones to prove that it works, and remove the...
Based on it using builtin templated variables, this doesn't need to be done.
Another thought: --rerun-failed (or whatever it is called) with lower parallelism after, and only fail if both fail? Though there should be a limit of how many it will rerun....
Probably just putting anything with "minkowski" in separate lower-parallelism group is an 80/20 solution.
I'll offer another option: generate goldens using a known-good binary before comparing with the latest build.
> I don't think we want to revert this change, it seems like this has more potential for breaking existing code than introducing it did. Would you accept a preprocessor...
> > > I'm not sure I understand what the actual problem in OrcaSlicer is: why do you call `SetFocus()` on a `StaticBox` and what's wrong with simply not doing...
> Sorry, where is this code (inside `#ifdef __linux__`) exactly? Isn't it in some event handler which (should only be invoked when the window is active)? In my particular case...
What's wrong with it? This is slices=1 
I updated my first post to say the alternative is to document why it needs to be this way. I still believe it's likely a mistake of perspective.