Ondřej Samohel
Ondřej Samohel
I've reverted the python 3.11 requirement so now it is on par with our current poetry version with the same dependencies and everything, just using uv
it still needs some refactoring in shell scripts though
> I'm not able to install runtime dependencies. Fails on missing `toml` which is in optional dependencies. My guess is that it does not install optional dependencies, which are not...
> I think the _actual_ issue here is closer related to features in `ayon-core` then `ayon-deadline`. @antirotor thoughts? Should we move it? Definitely, it has nothing to do with deadline....
I think we've decided to go with the Rez (or at least try it) for handling Ayon addon dependencies as there is no reason (and no power) to implement some...
> Please let me know if I got this right and if my plan makes sense, thank you all! You've got it right, that is the plan. Thanks for the...
We have similar requests. Like to be able to invert the logic of the "skip last opened workfile" with some filter - use case is Houdini scene where you want...
> This would be very nice with a reproducable example actually. Any idea how to get _that_ to fail? You can raise Exception in `host.update_context_data()` for example, that one is...
added `INP001`, `UP035`, `UP006`, `UP007`
> How does it slow it down? Because it _should_ speed it up because it'd skip formatting logs that remain unhandled. printf style is slowing stuff down because it is...