S.Lott

Results 43 comments of S.Lott

Getting this from mypy in strict mode. ``` error: Missing type parameters for generic type "PRecord" [type-arg] ``` Example record ```python from pyrsistent import PRecord, field class PointPR(PRecord): latitude =...

It would be delightful to have default macros and override macros. ``` {% from overrides import this, that, the_other %} {% for item in whatever %} {{this(item)}} {{that(item)}} {{the_other(item)}} {%...

This appears to be two separate questions. It would be nice to separate them into separate issues. Please move one of these to a new issue and delete it from...

Please provide a pull request with these changes.

Interesting. It would be simpler for me and all other readers if you cloned the repo, made your changes, and turned that commit into a pull request. That way git...

I'm not sure what the baseline Golang CEL implementation does. If anyone has an example from the Go implementation, that would be helpful. I am confident it does not expose...

Feel free to relax the requirements and make a PR with the change. It would be best to pin the exact versions you need, rather than permit an open-ended requirement...

Sorry for not touching on this earlier: "...what were the reasons (outside EOL in 2022) to exclude Python 3.6 starting from 0.1.3 ?" The reason was explicitly EOL. It's too...

"After the merge, from this branch, a 0.1.2.1 release would need to be uploaded to pypi." This release would have to be clearly marked as existing only to provide Python...

At this point, this seems to have been overtaken by events. (I have been bad at keeping up.) At this point 3.8 is the oldest to be supported.