You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There's no good way to estimate the length of the string when
sketch is turned on, so I've just bitten the bullet and made
the string dynamically reallocatable after all. It's a bit of
a performance regression in that there is always a string copy
upon creating the Python string object, but at least now this
should work for arbitrary path transformations.
0 commit comments