Kevin Welsh
Kevin Welsh
We are adding several disparate tools to our toolbox. We should have a single place in Python where those can live, since they need to be easy to use and...
There might be an implicit unit system used somewhere, or generally the epsilon bounds we use for number comparison are hard-coded absolute values and might need to be relative.
Briefly requiring 2x the memory is not an issue for us. I appreciate the guard against the attacks, and the desire not to regress there. Could we: 1. Allow a...
Note: After realizing that the other cbor library doesn't support RFC 8949 and only supports 7049, we switched back to this one using the pure Python implementation, but made our...
@someone2080 I am seeing the same issue with what I _think_ is a reasonable design pattern. I have 2 relevant components: 1 that produces something and 1 that modifies it....
It looks like its just due to python versioning and `RietveldHEDM` not actually parsing. HEXRD says it requires Python 3.9+, but `|` for types was introduced in [3.10](https://peps.python.org/pep-0604/). So I...