pyter
pyter
## Expected Behavior `dbx sync repo` should use the proxy specified by the environment variables `http_proxy`/`https_proxy`. ## Current Behavior Using `dbx sync repo -d yyyyy` behind a proxy with the...
Previously, creating an instance of this class would throw whenever the http(s)_proxy environment variables were set, since it tried concatenating a string with a bytes array.
Currently all jrnl commands parse dates like "01.10.2019" as mm.dd.yyyy no matter what. This is due to `dateutil.parse()` defaulting to the medium-endian date format. #694 fixes part of this issue...
## Expected Behavior To run a job with custom parameters, the dbx launch help shows the following example (yes, it shows dbx execute in the dbx launch help, but that's...
Hello, since support for requirements files was deprecated, there is AFAIK no way to support pinned dependencies anymore, except by putting them all into the deployment file. As I explained...
Since the `--requirement-file` option was deprecated, there is now no supported way to supply additional library dependencies to `dbx deploy`. However, these are crucial for jobs like integration tests, where...