Jeremy Grossmann
Jeremy Grossmann
> This could also change the format how images are stored in filesytem What is the advantage to store an image in a sub-directory?
Support is done on server side. Need to do the implementation in the desktop and web clients.
> Is that on your roadmap? Not exactly even if we are currently working on advanced features that would be useful to support this.
I think query parameters for the `/projects/{project_id}/nodes` endpoint would be the way to do it.
@piotrpekala7 I will review soon, thanks :+1:
What is the content of your $PATH environment variable?
> I can understand, that der GNS3 devs (@grossmj) uses strict versions in the requirements, as that makes testing much simpler. Indeed! ;) > What about a compromise: The mayor.minor...
I have prepared 2 PRs, well this not really pretty between supporting Python 3.6 and allowing for different dependencies at patch level, but it should work... ``` jsonschema>=4.16.0,= '3.7' jsonschema==3.2.0;...
I found a workaround, please open the app from a terminal like this: `SYSTEM_VERSION_COMPAT=0 open -a /Applications/GNS3.app`
Fixed, it should work in our next release