Andy Bulka
Andy Bulka
On an Intel Mac, I get an error on the line `RUN chown android:android /androidstudio-data:`. The error is `chown: cannot access '/androidstudio-data': No such file or directory`. But surely the...
The README guide suggests using https://www.electron.build/ and thus [electron-webpack-quick-start](https://github.com/electron-userland/electron-webpack-quick-start) as a recommended way to create a new Electron application. Following this advice results in a project containing `index.js` files which...
Display arguments (and their types) to methods displayed in UML classes. Raised in #75. E.g. ``` ------------------------------ Class Whatever ------------------------------ __init__(self, a: int, s: str) doA(self) doB(self, fred: Fred) ------------------------------...
With info re win10 and updated java technique. To install a plantuml server locally please follow the instructions in the pynsource help file viz. # Windows 10 Install Java. Maven...
Should show error image instead, which at least gives an indication that there was an error and why. Or detect response `400` and display something meaningful Example log file: ```...
Ensure we display the server name we were trying to contact, just in case user has pointed to a different Plantuml server and forgotten about it e.g. in `~/Library/Preferences/Pynsource/pynsource.ini` you...
My stackoverflow developer story has no proper image of Pynsource https://stackoverflow.com/users/story/528955 Tried to add it but because its added via github, it auto scans for an image - no manual...
PlantUML view lines/edges displays types instead of attributes. Raised in #75. The code responsible for generating PlantUML markup is `def displaymodel_to_plantuml(displaymodel):` in `src/generate_code/gen_plantuml.py`. The 'display model' from which the PlantUML...
Add labels to UML lines indicating the variable pointing to the type. Raised in #75. PlantUML view already does this - add this to regular UML view.
> is there a possibility of customising the colour for a class? Whilst there are various colouring options in the menus, there is no option to change an individual class...