Danny Staple

Results 50 comments of Danny Staple
trafficstars

I personally like the idea of a setting that fixes such behaviour.

I have pre_commands install dependancies (via poetry): ``` PRE_COMMANDS: - command: pip install poetry==1.3.2 && cd $GITHUB_WORKSPACE && poetry install venv: mypy - command: pip install poetry==1.3.2 && cd $GITHUB_WORKSPACE...

Worked a treat - just updating the docs to reflect that.

@joanrodriguez I take it the line continuation characters are not posted just for aesthetics or that this was all on one line? Can you show the docker image in docker...

Looking at https://github.com/jupyter-widgets-contrib/ipycanvas/blob/master/docs/conf.py - this appears to have the right path. Have the docs not been regenerated since that?

I presume this was the last build - https://readthedocs.org/projects/ipycanvas/builds/21398944/. Following the link back to github, it should have the right link - https://github.com/jupyter-widgets-contrib/ipycanvas/commit/b5cf121bc7bae9c8909dbb3e18a61c2591461d51#diff-85933aa74a2d66c3e4dcdf7a9ad8397f5a7971080d34ef1108296a7c6b69e7e3

This doc from the build - https://ipycanvas.readthedocs.io/en/master/ - has the right link. Ah - so latest is likely based on https://github.com/jupyter-widgets-contrib/ipycanvas/releases/tag/0.13.1? Releasing at some point would I presume make that...

I do not see the errors about recompute, but I am also unable to see any trajectory lines. I too am on macOS 12.6.8: ``` OS: macOS 12.6.8 Word size...

This looks like a recent change to the code: https://github.com/JMG1/ExplodedAssembly/blob/a7f000c9573d8d4786260bdebbb2bbde97a3ebaf/ExplodedAssembly.py#L597C1-L599C11 I wonder if I can force FreeCAD to use a version before that change?