Benedek Dévényi

Results 446 comments of Benedek Dévényi

Hi! > a rewrite of the Tcl files into Python seems appropriate to make the package more maintainable. In [tukaan](https://github.com/tukaan/tukaan) I use the `extrafont` package, and there I [rewrote the...

Hi! Have you tried `examples/example.py`? It works fine for me. If yes, could you share an minimal reproducible example of your code?

And with `assert font.is_font_available("Oswald-Extralight")`?

The upstream now has working CI build on Github Actions: https://github.com/oehhar/tksvg/releases/tag/0.13 I think we could just use that CI and release the wheels to Pypi. That would make installing this...

Yeah, you're right. Although this needs to be documented somewhere.

Yup, absolutely, this is amazing! I'll find some time to review it. I'm not sure, when will @RedFantom have time to merge it though

Actually, that would be awesome. I tried to tackle that multiple times, but always gave up. However that would make the project much more maintainable.

The new build system is definitely more straightforward and easier to maintain than the existing appveyor. In addition we will no longer have to backport every upstream change manually, as...