Anton Tetov
Anton Tetov
Creating a GitHub release with one of the assets being a zip file with only stubs.min could be useful for users who are not familiar with Git. We could add...
``` >>> import compas ``` Works fine. ``` >>> import compas_blender Traceback (most recent call last): File "", line 1, in File "C:\Users\a\scoop\apps\blender\current\2.92\python\lib\site-packages\compas_blender\__init__.py", line 22, in from .utilities import *...
# Feature Request As a extension/plugin dev, I want a more flexible way to advertise plugin functionality. ## Details Currently plugins are searched for in packages named `compas_*`. My current...
## Describe the bug Unexpected behavior when using a dict as parameter for `compas_rhino.utilities.delete_layer`. (I might be misunderstanding though, let me know if so and I can probably updated docstring)...
# Feature Request As a contributor, I want coding guidelines specified so that I know how to format my code and docs and so that project uses a consistent style....
@brgcode [brought up the idea](https://github.com/compas-dev/compas/issues/360#issuecomment-543348261) of inferring precision based on first vertex in STL files in issue #360 . I'm opening this issue to see if that's something that would...
### Windows Version Windows 10 ### Windows Build Number 22621.2715 ### WSL Version WSL 2 ### Distro Version Fedora 39 ### WSL Utilities Version 4.1.1 ### Describe the bug No...
Upstreams uses a new URL scheme and server. Changed subdomain: `nl2-dl.` -> `nl1-dl.` New scheme: File in subdir `6sNxOc258nbDF0KZqi5bBQ/1706144967`. It's not immediately obvious how the subdir name is generated. **This...
I ran into the same issue brought up in #1658 while [updating the conda-forge feedstock for openvdb](https://github.com/conda-forge/openvdb-feedstock/pull/14). On Windows and Python > 3.9 `ssize_t` is undeclared. ``` %SRC_DIR%\openvdb\openvdb\python\pyGrid.h(325,33): error C2065:...
**Describe the bug** Nodes on canvas are not matched to nodes installed by compas_fab **To Reproduce** Steps to reproduce the behavior: 1. Context: Rhino 7 & Grasshopper 2. compas_fab 0.28.0...