Jacob Stopak

Results 78 comments of Jacob Stopak
trafficstars

@honzik20 Thanks for reporting this. Can you run the following command to help me understand the branching structure you have? This will help me reproduce the issue: ``` $ git...

@honzik20 I just pushed a fix to this issue in git-sim version 0.1.5. Please upgrade using `pip install git-sim --upgrade` and let me know if any issues after you retest.

@aunsbjerg Sure we can do that, just need some time since currently Git-Sim doesn't even support `git checkout` yet ':)

@Elleriyc We're working on this one!

@aunsbjerg @Elleriyc This is included in our latest release along with several other new git-sim subcommands for simulating git switch, checkout, clone, fetch, pull, and push! To upgrade git-sim just...

@TheKnarf Thanks for the suggestion. Currently Manim only supports exporting to .mp4 or .gif. Can you let me know your use case for .webm exports and why the currently exported...

Hi @TheKnarf, Just following up to see if you can provide those details.

@TheKnarf Sounds like a cool use case - ok we'll give it a try! @abhijitnathwani Good suggestion - do you want to try your hand at implementing this with calls...

@abhijitnathwani Looks good! As for logging, it's a good point and we should switch to an actual logging facility instead of just print statements like you said, and I also...

Thanks for reporting this @jwsloan and @pindab0ter. Can either of you run `$ git log --all --graph` and attach a screenshot so I can see the structure that you're trying...