Kyle Altendorf

Results 265 issues of Kyle Altendorf

Draft for: - [ ] just exploration

merge_conflict

https://github.com/Chia-Network/chia-blockchain/pull/9974#discussion_r797846763

https://en.wikipedia.org/wiki/ISO_8601 ``` Existing: 2024-09-20T08:10:07.194 2.4.4.dev130 full_node full_node_server : INFO New : 2024-09-20T08:10:07.194-04:00 2.4.4.dev130 full_node full_node_server : INFO ``` Closes https://github.com/Chia-Network/chia-blockchain/issues/8802.

Changed
coverage-diff

Relates to https://github.com/Chia-Network/chia-blockchain/pull/13324. Draft for: - [ ] This is a ginormous mess that shouldn't be done mid-release, not even on the `main` branch what with all the cross merging...

merge_conflict

WIP for: - [ ] An actually decent solution

If you use `entry_points` in `setup.py` instead of `scripts` then you should get a `.exe` on Windows so it's actually directly runnable. For example: https://github.com/altendky/misc/blob/b78763713675f4c2903aeaf3bb5d5872b3d3d762/experiments/basicpyqt5example/setup.py#L17-L21

When accessing an attribute by indexing using a string object, the linter complains that the string is a number when the string is numeric. This false positive can be avoided...

**Describe the bug** `coverage report` shows unexpected range including covered and excluded lines **To Reproduce** ```console $ rm -rf venv .coverage ``` ```console $ python3.11 -m venv venv ``` ```console...

bug