Christian Theune
Christian Theune
So what happens here: appenv assumes (due to the activated environment) that the outer python which was used to create this env has changed and wants to recreate it. It...
I wonder whether appenv's `run` command would be sufficient here.
So we actually do need a `.appenv/current` symlink (or "last"?) so that @jugmac00 can use it to point IDEs to the python environment for code completion, etc.
To improve comprehensibility I applied "s/fix/pin/" to the issue. Sounds like a good idea.
This is also interesting in combination with multi-phasic deployments as one phase may need to complete to allow configuring the model for the next phase ... ?
Yes, thanks for that! I forgot to add it as a separate ticket. I have a plan in my head already: - for the moment I want to get the...
He, sorry @gforcada that I missed your signup ... there's an incoming PR from @wosc's colleagues that will allow setting parallelization limits similar to '-j' on make. That can be...
Separating the model computation is interesting that we might want to strive for supporting a variety of models. Aspects of the various approaches: # Running the configure phase on the...
Computing the model on the agents seems to be the most complicated, least flexible part that requires careful managing of code distribution. In the current way it's actually kinda simple...
I'm currently reviewing mechanisms for key management and this issue is the one that I identified from the start as a blocker for tang in my perspective. Our threat model...