Laurent Sorber

Results 86 comments of Laurent Sorber

> Hi @lsorber, thanks for the feedback. > > By "unnecessary noise" do you just mean that poe invokes `poetry run` which slows down the process for no benefit? Or...

Comparing this PR's implementation for conda support with the current packaging implementation in `zappa/core.py`, it looks like a workaround could be: 1. Activate your conda environment. 2. Run `export VIRTUAL_ENV=$CONDA_PREFIX`....

I can confirm that the above workaround works fine for conda environments. The only remaining issue is distributing shared libraries under $VIRTUAL_ENV/lib. That's an issue that applies to both conda...

+1 Would be nice to get this fixed.

@fliphess Thanks for sharing! What value are you using for `runners_root_size` with that `userdata_post_install` script?

That would be great, thank you @multimeric!

That's a good observation. One problem with that is that we can/should not count on developers to annotate all pure functions in a graph. In the case of a hand...

I think the `pure` attribute is part of the `Delayed` computation, so yes, we would have access to it. One question we need to address is what should happen if...

Hi @kalzoo, we're using a different method that does not require code duplication: First define your Partial model without Optionals, but with a default value equal to a missing sentinel...