Kyle Altendorf

Results 265 issues of Kyle Altendorf

Could use `click.ClickException` (https://click.palletsprojects.com/en/7.x/exceptions/) or the mechanism adjusted in #302, but regardless, this should be consistent across commands.

enhancement

When I installed a new version of Git and let it set the default to `main` this broke some tests in towncrier that assume the main branch will be `master`....

enhancement

https://docs.python.org/3/library/typing.html#typing.Dict > To annotate arguments it is preferred to use an abstract collection type such as Mapping. This PR does almost that to fix the issue below. I instead use...

I am working on updating to Click 8 in https://github.com/Chia-Network/chia-blockchain/pull/11361 and wanted to make `windows_expand_args=True` default for all my uses and have a single place to apply any other adjustments...

I have various programs that are generating source files for use in a C project build. Often these files get generated the same each time but since they are written...

* cattrs version: 02d9da0a0a7a81c66fc9d8c56c2457170333bd7b * Python version: 3.6.2 * Operating System: Kubuntu 16.04 ### Description Proper definition of self-referential types seems unclear. This would relate to [the forward declarations problem...

https://github.com/python-desert/desert/blob/631de5f98d0f3edd3ecbab57100c5664a43bf3d5/src/desert/__init__.py#L55-L66 Below is my attempt to minimally recreate the issue and show some not-working options and output. https://mypy-play.net/?mypy=latest&python=3.8&flags=strict%2Ccheck-untyped-defs&gist=7956a372fa34375077012351364a3aec ```python import dataclasses import typing T = typing.TypeVar('T') def make_a_field_t() -> T:...

triage

#36 Draft for: - [ ] Decide where this really belongs - [ ] Consider the use of the 3.7+ only `.__origin__` feature (or rather it only gives `list` for...

Draft for: - [ ] Maybe finding some more tweaks while working on other stuff. - [ ] Figure out why neither ``:mod:`attr` `` nor ``:mod:`attrs` `` links properly.