Lennart Regebro

Results 99 comments of Lennart Regebro

It looks like you are using version 3.0 (or earlier). get_localzone_name was added in 4.0b1.

Well, you can look at `/Users/mrodin024/anaconda3/envs/ebi/lib/python3.11/site-packages/tzlocal/__init__.py` and see how it looks. If it includes `get_localzone_name` and you still get this error I think probably your install has become messed up...

Yeah, that's absolutely fine. On Sun, Jan 22, 2023 at 6:13 PM Izek Greenfield ***@***.***> wrote: > > this: > http://python3porting.com/problems.html#nicer-solutions: > > import sys > if sys.version_info < (3,):...

Yup, that should be easily doable.

OK, I'll check. But those tests require the output to be pixel-perfect, so on different operating systems and with different fonts it may fail, and that's OK. :-D

No, but it could be worth a try, the bezier bounding box calculations are pretty complex.

Quick testing shows a large amount of warnings that make no sense to me, and significantly slower runtimes. It's possible a numba expert can do better, but I will not.

Yeah, but that sounds like a much better way forward, at least. I haven't used cython since it was called pyrex, though. :-D Is there still a way to compile...

Skews don't work right on curves yet.