Henry Betts
Henry Betts
Hi, I would be very keen to be able to access this property. Has there been any update?
Hi, which version of Python are you using? You can find out with `python --version`. The syntax error sounds like you may be using python 2, which isn't supported. Depending...
Hi, Python3.7 should be fine. 3.0 may be too old though. How did you download the ableton_retime.py script? It sounds like it has corrupted somehow - I can't think of...
I think if there was enough demand for it, then the way to go would probably be to create a web-based version of the script. That way, people wouldn't have...
@wonderfulcolor It looks like you're trying to run the script from a Python shell, but instead you want to run it from a standard terminal. Just search for the "Terminal"...
I would have thought that in many cases, Docker can be avoided entirely. This is because many Python libraries often provide pre-compiled binaries for various platforms. Pip can download the...
Perhaps it would be worth having an option to specify the parent classes to ignore when applying this rule? For example, I'm using [Beanie](https://beanie-odm.dev) and running into a similar issue...
I believe I've come across the same issue, but using strict types; ```python from pydantic import TypeAdapter, StrictStr, StrictFloat, StrictInt, StrictBool from typing import Union AttributeType = Union[StrictStr, StrictFloat, StrictInt,...
I haven't actually had much success with getting Xcode / SPM integration to work nicely. Currently you have to manually provide the include paths for the dawn headers, as well...
I haven't done any performance tests - other than a quick glance at cpu usage etc. I think Dawn does have some - but I would imagine they are aimed...