Sergo
Sergo
Why environment variables is more important than explicit class parameters, if I use both of type configuration of Dynaconf. For example, if I enabled the export ENVIRONMENTS_FOR_DYNACONF=true, than the Dynaconf(environments=False)...
Hi ! How can I pass pexOptions to the last version of plugin? In version 0.9.11 I used to buildPex.pexOptions = ["--entry=tax.main"], but now realBuildPex.pexOptions doesn't work.
When creating a rpm package using a SPEC file it is possible to configure files in the %files section which will not be included in the rpm itself but owned...