Moritz Maxeiner
Moritz Maxeiner
@timlod I don't know if you're still interested in this, but in case anyone else is, this is how you can do it: ```elisp (with-eval-after-load 'jupyter-client (defun /jupyter-remove-empty-async-results (args) (let*...
Hey, I hadn't used the REPL yet, but when I did I ran into the same error. The problem is that I'm advising the generic function, which is overloaded by...
I'm not sure if there is a difference between godot 4.x and 3.x in this regard, but in 4.x I get directional shadows to work fine simply by only using...
Cool! Would the latter mean that I would need to load some (C++) shared library that connects to Qt or would this be done completely in QML? Sorry if that...
Hm, I assume Qt takes care of loading the shared library dynamically (from where ever the module lies)?