Jacob Stopak
Jacob Stopak
@paketb0te Also noticed that the shorthand options like `git-sim commit -m` and `git-sim rebase -e` and `git-sim -h` don't work anymore. We need to add those back in.
@paketb0te Sounds good, merged the 2 PR's. Yes you're right for `-e` shorthand I meant to say cherrypick, not rebase. A few notes: -It looks like the shorthand args still...
@paketb0te Oh really? What command broke for you? Things seem to be working ok for me. Main bug that I see is it's still creating the `media/` directory...
Ok great!!! Merged. Thanks for everything 😃
@paketb0te Awesome!! That's a really cool and convenient feature that it allows configuring any of the settings as env variables like that! FYI I was playing with the media_dir issue...
@abhijitnathwani Yes the refactoring with Typer and Pydantic does restructure the code nicely, although we are still hammering out some kinks as you can tell. Great catch on the Python...
@paketb0te I was working on this and moving the Manim config stuff back into the `main()` function is the only place where it seems to get set properly. I'm not...
@paketb0te I moved the config stuff back into main along with a few minor updates to get it all working again. It's only about 20 lines of code so it...
@paketb0te @abhijitnathwani I fixed the compatibility issues with older versions of Python (from 3.7 and up), refactored the manim config stuff as mentioned above, and made various other updates to...
Hi @borekb! That sounds like a good suggestion. I worked with Docker several years ago but it's been a while. It would take me some time to get familiar again...