Zane Dufour
Zane Dufour
Hello! I love this template. While using it at a pycon tutorial, I noticed that it doesn't have a `__main__.py`, so it's not possible to run `python -m package_name`. I...
This idea has been floated in a [couple](https://github.com/gruns/furl/issues/112#issuecomment-462267721) of [comments](https://github.com/gruns/furl/issues/103#issuecomment-893146632) (thanks @pramttl and @fearless0307 !). I just thought it'd be worth creating a standalone issue for this idea and maybe...
Hi! I can't find any clear documentation about the asset_content_type field -- what the options are, what this does etc. If there is some documentation in another place, maybe it'd...
Would it be useful to present the benchmarks with a graph instead of / in addition to the table? (graphs are pretty + easier to read) Assuming that the current...
## Describe the bug Whenever a [host.put_file](https://github.com/Fizzadar/pyinfra/blob/df120c702399d58bf3370b0cdd9fbe71b489e4e6/pyinfra/api/connectors/util.py#L169) sftp operation gets called, if the target server's login server prints anything to stdout, [paramiko will fail and throw a rather unhelpful `SFTPError("Garbage...
This might be the same issue as #16, but I'm not quite sure. I'm trying to run `anaconda-project prepare` in an Anaconda Enterprise environment with an `environment.yml` that I've added...
I haven't been able to find any [existing peps](https://www.python.org/dev/peps/) about this, or issues in this repo, so I thought I'd ask: _Would it be reasonable to move pyyaml into the...
**Please provide details on the following items. Failure to do so may result in deletion of your feature request.** **What's the user value of this feature request?** Allows us to...
In one of the clusters that I work with, every pod is created with an additional proxy container, which messes up [`read_namespaced_pod_log`](https://github.com/dask/dask-kubernetes/blob/634114afccb959ee1da742be8aff43ab1f9be1a1/dask_kubernetes/core.py#L108-L110) because I get a "container name must be...
From @rth in #12: > > > A few more comments @zdog234 , otherwise (after a light review) LGTM. > > We adopted [black](https://github.com/psf/black) for code style recently. Please run...