Kyle Altendorf
Kyle Altendorf
Not necessarily up to date, but that the .txt is a valid result from the .in.
Assuming in some form GitHub Actions comes into user, #70 or otherwise, we'll probably want to figure out Codecov. It seems that their auto mechanisms don't cover PR's from branches...
I have a couple questions and requests regarding the artifacts on PyPI. I would expect to put in my own time to achieve these goals, but I should start by...
Draft for: - [ ] Wait for https://github.com/Chia-Network/chiapos/pull/333
This relates to #1193 which addressed the removal of time.clock but not the deprecation warnings. ``` venv\lib\site-packages\autobahn\util.py:464 c:\elns\venv\lib\site-packages\autobahn\util.py:464: DeprecationWarning: time.clock has been deprecated in Python 3.3 and will be removed...
Draft for: - [x] Wait for https://github.com/Chia-Network/bls-signatures/pull/338
## 🚀 Feature Build and store wheels in CI runs such that they are available via the Jenkins artifacts page. ## Motivation A user of DGL came into #python on...
https://github.com/uiri/toml/blob/f4f0b84fd84265b296312153628cd9dbd5961664/toml/encoder.py#L134-L145 https://github.com/uiri/toml/blob/f4f0b84fd84265b296312153628cd9dbd5961664/toml/encoder.py#L176-L178 The present code doesn't 'properly' handle subclasses of the expected types. I found this while debugging Julian/venvs#92 where there is some dumping of data that came from `tomlkit.loads()`....
I am trying to use pyelftools to parse both TriCore and C166 ELF files (just TriCore for now) to get a list of variables and addresses including being aware of...