Dylan Anthony
Dylan Anthony
Hey @withoutboats! I was trying to install this with `cargo install bpb` because `gpg` keeps breaking on me and the only thing I use it for is signing git commits....
### Feature Description Building crates from scratch can be slow—luckily [`cargo-quickinstall`](https://github.com/alsuren/cargo-quickinstall) and [`cargo-binstall`](https://crates.io/crates/cargo-binstall) provide a solution! Popular crates (in the case of quickinstall) or crates that opt-in to the right...
```toml [tool.dephell.main] from = "pyproject.toml" to = "poetry.lock" ``` ```bash $ dephell deps convert --traceback ERROR FileExistsError: [Errno too many egg-info] [ArchivePath(archive_path=PosixPath('/var/folders/xr/tq65qlbx2dn1qr8c74ft2rph0000gn/T/tmptodwia2g/Pillow-1.0.tar.gz'), cache_path=PosixPath('/var/folders/xr/tq65qlbx2dn1qr8c74ft2rph0000gn/T/tmpn8xl_6ir'), member_path=PurePosixPath('Pillow-1.0/PIL.egg-info')), ArchivePath(archive_path=PosixPath('/var/folders/xr/tq65qlbx2dn1qr8c74ft2rph0000gn/T/tmptodwia2g/Pillow-1.0.tar.gz'), cache_path=PosixPath('/var/folders/xr/tq65qlbx2dn1qr8c74ft2rph0000gn/T/tmpn8xl_6ir'), member_path=PurePosixPath('Pillow-1.0/Pillow.egg-info'))] Traceback (most recent...
GitHub has a [community profile](https://github.com/dephell/dephell/community) for each project, and dephell is close to ticking all the boxes. All that's left is adding a [code of conduct](https://opensource.guide/code-of-conduct/) and templates for issues...
# Bug Report ## Environment Zola version: 0.15.2 ## Expected Behavior Zola sites can deploy with the framework presets on the documented providers. I don't actually know if this is...
See https://github.com/openapi-generators/openapi-python-client/discussions/578
### Discussed in https://github.com/openapi-generators/openapi-python-client/discussions/254 Originally posted by **theFong** November 28, 2020 **Is your feature request related to a problem? Please describe.** In some cases, if an unexpected error code is...
**Is your feature request related to a problem? Please describe.** Several folks have indicated issues that could be solved by instructing `openapi-python-client` to ignore files. This could also greatly simplify...
README does its best to explain what you get in concise terms. It would probably be nicer to have a more expressive reference doc which walks through most of the...
Right now if you have types specified for `additionalProperties` you get something like this: ```python additional_properties = {} for prop_name, prop_dict in d.items(): def _parse_additional_property( data: Any, ) -> Union[List[str],...