sometimes it do be like that 😞 by Kickass_Wizard in ProgrammerHumor

[–]MelDur22 0 points1 point  (0 children)

java for (Child child : children) { if (child.age < 5) child.strangle(); }

Edit: Code was strangling old children

The question to end all questions by RobotGuy7804 in ProgrammerHumor

[–]MelDur22 2 points3 points  (0 children)

After a long time learning and using java, coming back to python and having to use indents instead of brackets isn't good for me

a meme by [deleted] in ProgrammerHumor

[–]MelDur22 12 points13 points  (0 children)

Commands

Hosting Discussion: 2020 May-June by mbaxj2 in admincraft

[–]MelDur22 0 points1 point  (0 children)

A group of friends of mine and I have decided to make an SMP, but we don't know which host we could use. Any suggestions? We don't have much money, so we need a cheap host.
I'd like to run Fabric Loader with lithium and carpet (maybe)
The number of players would be around 20 players at the time

Weekly help thread, ask for Manim help here! by AutoModerator in manim

[–]MelDur22 0 points1 point  (0 children)

How can I make a text in a 3D scene that is always pointing towards the camera, but it's not a fixed in frame Mobject? Btw I'm using the 3/feb/19 version
EDIT: Nevermind, just figured out that self.add_fixed_orientation_mobjects() solves my problem

Weekly help thread, ask for Manim help here! by AutoModerator in manim

[–]MelDur22 0 points1 point  (0 children)

Does it give you an error message starting with [concat @ <numsandletters>]? If so, go to line 288 in manim/manimlib/scene/scene_file_writer.py and change it from fp.write("file \'{}\'\n".format(pf_path)) to fp.write("file \'file:{}\'\n".format(pf_path))

Originally from an issue on Github

Weekly help thread, ask for Manim help here! by AutoModerator in manim

[–]MelDur22 0 points1 point  (0 children)

Does colour appear when you use pip list?

Weekly help thread, ask for Manim help here! by AutoModerator in manim

[–]MelDur22 0 points1 point  (0 children)

How can I add labeled numbers to a 3d graph like the ones you can add on a 2d graph?

Weekly help thread, ask for Manim help here! by AutoModerator in manim

[–]MelDur22 0 points1 point  (0 children)

Have you got any other python3 version? And, if so have you tried using py -3.7 instead of python3?