Carl Thomé

Results 125 comments of Carl Thomé

As far as I understood this repo yesterday, it actually assumes 3.10 as its minimum version (type literals, for example) so that might be the best forward. If that resolves...

Did you mark 0.0.4 as the latest release? ![Screenshot_20230621_202457_GitHub.png](https://github.com/AntonOsika/gpt-engineer/assets/1595907/a64dea1c-865a-4963-8207-d3fc44b18f4b)

>Regarding pipx, any drawbacks? Should we just delete all references to venv in Makefile, and only refer to pipx for developers? (and say pip and pipx works for stable release)...

Shouldn't the default be something else than "model"?

Thanks for bump @nickolay-kondratyev and thanks for the contribution @Explosion-Scratch!

Unrelated error on main?

Ran into the same issue just now when debugging a Docker image on a MacBook Air M1. Would be great if there were arm64 wheels on PyPI.

Yes, wheels on PyPI would be great. In my book you're both stars for working on fixing this @ben9923 @shawaj

Why are `MetaMessage` and `Message` different classes anyway? Couldn't a single `MidiMessage` just handle both, considering `Message` already has a variable number of attributes depending on `type`, and that the...