dbr/Ben

Results 133 comments of dbr/Ben

Excellent, thanks! I think we should probably check ~all the crates (the renderers etc) ~Only other thing is we should cache (or at least reuse) the installation of `cargo-semver-checks` as...

Excellent :partying_face: > Since there is no big pressure to introduce this, we might just want to wait for the action to be released Yep agreed, lets await the V2...

Oh, I didn't realize teh v2 action hadn't been released yet (discussed https://github.com/obi1kenobi/cargo-semver-checks-action/issues/26 )

(this was based of the PyOpenColorIO wrapper - I didn't check if such a method exists in the C++ API)

http://opencolorio.org/userguide/config_syntax.html#available-transforms

> I reckon that you should be able to type "expr" and have it give you options of Expression, MergeExpression, ParticleExpression and DeepExpression This was what I tried first, but...

Oops, forgot about this - the word-separator-anchor would be worth trying. Another solution might be to have `/abc` do match-anywhere search for `abc` - similar to `[space]abc` which does literal...

Other simple option would be to append the non-anchored results after the current results (so `cam` would show `Camera` and `CameraThing`, then a separator, then `Export Camera thing`, `Noncamera`)

As per the linked PR, the available options would be: # The method used to move files at configured destination # # * move (default) - to move files #...

Sounds like a good idea, and should be easy enough to do