Tom Gidden

Results 6 comments of Tom Gidden

As a production cluster, I was in a bit of a rush and didn't stop to investigate this incidental flaw, but there were ten to twenty clustercheck processes in `ps`...

Also, at least on Buster (Pi Zero W, brand new install of Buster Lite), make sure user is in group `video` to access `vcgencmd`, and `dialout` for the serial. The...

Incidentally, I just realised GitLab Pages now offers [automatic Let's Encrypt certificates](https://gitlab.com/help/user/project/pages/custom_domains_ssl_tls_certification/lets_encrypt_integration.md), so I'm not sure if this project is still required. Anyway, it might be worth just pointing this...

Agreed, but thank you @JustinAiken for getting it to work before the magic tickbox was implemented! 😁 (Incidentally, I haven't closed the issue, in case you want to leave it...

For what it's worth, I tried changing the frequencies a LOT, but it didn't make much difference. I too thought it would just be a matter of finding the right...

I'm having similar difficulties. `./test.py`: ``` from manimlib import InteractiveScene, BLUE, RED, Text, FadeIn class Test(InteractiveScene): def construct(self): print (self.camera.background_rgba) title = Text("Hello, world!", color=BLUE, t2c={"world": RED}) self.play(FadeIn(title)) self.wait() ```...