Moritz E. Beber
Moritz E. Beber
@simonbrowndotje can you comment on what the intention for `resizePaper` and `margin` is? From where should that be set?
@WLun001 I guess this first needs to be a feature request on the Structurizr API then before we can make changes here on the Python SDK.
The Python package only interacts with the [web facing API](https://editor.swagger.io/?url=https://raw.githubusercontent.com/structurizr/json/master/structurizr.yaml). So we can only support what is possible through this API.
I like your idea for a context manager around a lock method! It's true that the Java API accepts the workspace ID as an argument, however, it does hold the...
I have access to three workspaces through the open source plan and each ID, key, and secret are different.
This is actually a duplicate of #11 but more discussion here so I'll close that one.
Hey @falko-burghausen, My own workflow has typically been to create a workspace, upload it, and then use the workspace editor interface to layout diagrams with a mix of auto and...
Ah, thank you for the clarification Simon. That actually looks quite manageable in terms of implementation.
I'm less enthusiastic about this feature request. In mingrammer it makes more sense to me because the context provides a logical block to add elements to a diagram or sub-cluster....
I guess it's a matter of style. I definitely prefer named keyword arguments for instantiation (makes it safer in my opinion). @ilaif prefers keyword arguments everywhere :smiley: However, I don't...