Jean-Christophe Morin

Results 301 comments of Jean-Christophe Morin

This is pretty exciting @ttrently! I haven't reviewed any of it yet, but I took some time to link to some resources. Long ago, someone tried to create a MongoDB...

@ttrently is your latest commit implementing what you described in https://github.com/AcademySoftwareFoundation/rez/discussions/1393?

The new description is helpful and thanks for that. Can you update the description to mention that you implement part of that discussion, what's implemented, what's not, etc. I would...

Can you provide the full log when you run the `install.py` script please? Also please run the install with ` install.py ` so that we can be sure which python...

That's the full log, thanks. Running the `install.py` file creates a virtualenv at the given location (in your case `C:\rez`) and then runs `pip install .` and then some other...

Hi @JoshkVFX ! Creating an issue before creating a PR is indeed a good idea! It would be interesting to hear more about your use case and also what kind...

Thanks. I remember now from the slack conversation. Would you need a per package "flag" or a global" flag? I personally don't think it would make sense for a global...

One problem I see with the rez API is that it's a Python only thing, and also some studios don't want to have rez as a dependency (like myself for...

Thanks for documenting it! To me it looks great.

Some context around package caching can be found in [REP-003](https://github.com/AcademySoftwareFoundation/rez/issues/680). REP-003 mentions having a blocking caching mode. In the comments of REP-003, there is also comments about allowing repository plugins...