Werner Beroux
Werner Beroux
Python3 is now getting the new standard and it would be good to support it.
svglib3 exists and the main thing required to make it work is changing the imports in `suml2pic.py` and `yuml2dot.py` from `import common` to `from . import common`. I think that...
``` [A]->[B] # [C]->[D] ``` Renders `[A];[B];[C];[D]` instead of `[A]->[B]`. Same issue with `// [C]->[D]`
Even though yUML renders like Scruffy, nearly all UML diagrams left align the fields/attributes/properties/members in the class diagram. It would be nice to allow this or even many it default....
Demo
Having a website with Scruffy usable as a service (like yUML) would probably draw a lot of people to this tool. It would draw me, and I may then use...
I gave a list of about 300 proxies but set `CONCURRENT_REQUESTS = 64`. Still it seems that crawling is very slow (like 1 page every few seconds on average), much...
See https://github.com/kubernetes/contrib/issues/1303
In a virtualenv: ``` $ pip install bashplotlib $ ... | hist ... ImportError: No module named bashplotlib.histogram ``` Here is my environment on a _Ubuntu 12.04_: ``` $ python...
I believe in the main `README.md` "Eclipse 4 Chrome Theme" should be "Jeeeyul's Eclipse Themes".
I know this is a question more about Blender but it's really a pretty unique usage of Blender (at least non-standard). Basically the imported mesh is like a long spaghetti...