Laith Bahodi

Results 8 comments of Laith Bahodi

Sorry for the late response, I missed this notification in my inbox! > Are you using windows subsystem for linux Nope, I used msys2 (https://www.msys2.org/) to install the dependencies (glib,...

Now it works! Thanks! Just thought that I should say that I was using the nightly gnu toolchain since you mentioned you were having trouble with the windows install. IIRC...

Personally, I'm a fan of the decorator syntax. It removes a layer of bloat from having to write: `def construct(self):` and the extra layer of indentation. Also I'm a very...

Wouldn't it introduce less redundant code to simply do away with `Mobject` and have it be superseded by `OpenGLMobject`? Adding a `MobjectBase` doesn't seem like a long term solution 🤔.

Was the old `string_to_mob_map` implementation causing errors just for the tests or was it for `opengl` generally?

> Have you tried setting org-latex-engraved-theme to t not "t" ? If i do that, then the I get an error in the modeline when compiling to pdf: `Wrong type...

Could you give a full code example?