Kyle Altendorf
Kyle Altendorf
This is intended to make relative paths generated on Windows usable in Linux and macOS. https://github.com/nedbat/coveragepy/issues/991 Draft for: - [ ] Tests - [ ] Discussion around better solutions or...
Either this or an explicit `__all__` is needed to be able to use type hints in a strict setting without the using application setting this up themselves in their own...
https://github.com/sdispater/pendulum/blob/411d0aa41a5f39c5f4a2f43a3c369c2dd24787db/pendulum/__init__.py#L95-L106 ## Pull Request Check List - [ ] Added **tests** for changed code. - [ ] Updated **documentation** for changed code.
`python -m macholib.MachOGraph` doesn't seem to provide much output despite `otool -L` providing several system and relative path libraries. Is it missing something? My (next layer out) actual goal is...
Draft for: - [ ] Continue enabling more mypy options... - [ ] Fix existing complaints - [ ] Compare against trio-typing - [x] https://github.com/python/typeshed/pull/5013 - [ ] Review `nitpick_ignore`s...
Issue #240 Draft for: - [x] Added **tests** for changed code. - [ ] New features have been added to our [Hypothesis testing strategy](https://github.com/python-attrs/attrs/blob/master/tests/strategies.py). - [ ] Changes or additions...
It has come up a couple times recently that I wanted to automatically build an instance of an attrs class. The latest is to just fill it with `True` and...
**Describe the bug** While creating and binding a socket in a test and then closing it allows the same port to be reopened later in the test, if the socket...
Draft for: - [x] Hook the take offer route up to the wallet - [x] Figure out the missing proof of inclusion layers https://github.com/Chia-Network/chia-blockchain/pull/12411/files#r939597791 - [ ] Add fee support...