aostiles
aostiles
Hi, I didn't quite get this working, but I reproduced and got around the current CI test failures. I put my changes on top @Willenbrink 's branch here: https://github.com/aostiles/dream/tree/eio. Here...
I ran into a similar problem and fixed it. In my case, it was because `Rect()` expects four params: Rect(x0, y0, x1, y1) where (x0, y0) is the bottom-left and...
Yes, RefTrace can do that. I've updated it and pushed it to PyPI. `pip install reftrace` will grab the lastest version. I've updated the docs: https://reftrace.com/docs/lint-config-files to reflect the most...