joachimvu

Results 8 comments of joachimvu

Hi Just, thank you for your answer. The screenshots are from line 28 of the kern.txt (in the UC/UC section) • The following tests are made with an installed version...

I'm on Catalina 10.15.6 (19G73) and using Python 3.6.12 (I manage my python versions with Pyenv) from a virtual environment, but tried with 3.8.4 with the same results.

I tested with a python3 version installed from python.org and I don't have the issue either (tested with and without a virtual env). So it has something to do with...

I'm using 64-bit versions of Python and started from fresh environments every time, so I get whatever version of PyObjC pip installs when running `pip install git+https://github.com/typemytype/drawbot`. That would be...

@typemytype, yes the issue is unlikely to arise with such a short string. Even with the small chunk from my first post I don't have the issue, which is why...

Hi @justvanrossum, Here's my output for both python versions I'm using in this test. ``` >>> import sys >>> print(sys.version) 3.7.9 (v3.7.9:13c94747c7, Aug 15 2020, 01:31:08) [Clang 6.0 (clang-600.0.57)] >>>...

Here's the content of my bin folder: ``` lrwxr-xr-x 1 joachimvu staff 8 14 nov 13:14 2to3 -> 2to3-3.7 -rwxr-xr-x 1 joachimvu staff 129 14 nov 13:14 2to3-3.7 lrwxr-xr-x 1...

Fwiw, I systematically import a module with map, lerp and easing functions when using Drawbot for animating stuff. I wouldn’t mind having those built-in!