DoctorDinosaur
DoctorDinosaur
Bypassing cloudflare and directly connecting via IP, I get "Request body is too large"  Possibly related to #756 but Cloudflare was hiding that error and showing a 502?
I tried 4.0.0 as per #756 and it works fine, so it's the same issue with request body too large. Could be duplicate, but not my issue to close.
Note: Doesn't allow hyphens or periods in words. Hypens is fine imo, i.e. "self-service" is fine to check as two words. Periods, i.e. "U.S.A.", might not be
Ah, it's optional, I'll add a check if it exists
Possibly rename to global-nickname or global-display-name to be clearer that this is not an implementation of dpy's display_name, which can be the server nick or username or display name
Same issue here. Tried from GitHub too with `pip install git+https://github.com/helblazer811/ManimML.git` `AttributeError: module 'manim_ml' has no attribute 'three_d_config'`
Pull request fixes the config error. But the animation is running _painfully_ slowly unless you specify run_time, in which case imagelayer -> convolution is way too fast.
Same code as https://github.com/helblazer811/ManimML/blob/main/examples/cnn/cnn_max_pool.py Just adding a runtime arg to the self.play. Or not adding. Without the anim is like 57 secs.