Sambhav Kothari

Results 168 comments of Sambhav Kothari

I'm having a difficulty trying to grasp how environment is being used by different toml files. @hone could you please provide examples of places where you imagine it being used...

I think the general proposal and implementation makes sense to me. I wonder if ports and healthchecks should be scopes inside processes table though.

In general one alternative I would to see reflected in this proposal and discussed is the the following interface - preparer where the lifecycle config is a viper config file...

No longer needed with the new extensions spec.

This only happens with Python 3.8 which is deprecated and will be end of life soon. Our preference would be to drop support for 3.8 soon and ask users to...

There are a few issues I see with this. 1. Output types. What are the input/output types for each of these operations? Does `.name()`, `.with_sequence()` return back the modified object...

If we still want to set something properties up in a callable fashion, I would rather see something like `with_*` methods like `with_name` etc to avoid clashes with properties or...

@dejamiko a common solution is to suffix python keywords with an underscore So it will become `callable().with_()`