Johannes Kalliauer

Results 88 comments of Johannes Kalliauer

@ygra I agree this feature would be nice for example for https://commons.wikimedia.org/wiki/File:1_42_polytope_7-cube.svg which contains 483,840 (straight) lines. However [svgo](https://github.com/svg/svgo) has this feature, and has problems with `marker-end` see https://github.com/svg/svgo/issues/872 or...

@nthykier # Running scour I wrote a Documentation about "Running scour": https://github.com/scour-project/scour/wiki/Documentation-(first-draft) # Installing scour "Installing scour" should be explained here: https://github.com/scour-project/scour#installation Missing: Explantation of: python -m pip install --upgrade...

I find https://github.com/scour-project/scour/wiki/Documentation helpful for finding duplicates of bugreports, because if you know the option that causes the issue, you see the bugs related to this option. Maybe this should...

Thanks I know now the mistake, but changeing the default encoding in the registry of Windows 10 can damage the OS (not bootable any more). 1. I read https://stackoverflow.com/a/17177904/6747994 2....

@nthykier > time PYTHONPATH=. python3 -m scour.scour -i Система_виробничих_відносин.svg -o output.svg i get >/usr/bin/python3: Error while finding module specification for 'scour.scour' (ModuleNotFoundError: No module named 'scour') > >real 0m0,149s user...

@Ede123 - I installed Python 3.6 - run `pip3 install scour` - using `which scour` leads to `/cygdrive/c/Program Files (x86)/Python36-32/Scripts/scour` - running the command `scour -i zСистема.svg -o zСистема2.svg` leads...

@Ede123 I think I don't understand your comment. `scour.exe` does not work properly, but the source code does? If I would use the code `python -m scour.scour zСистема.svg zСистема2.svg` then...

@Ede123 Thanks: `python -m scour.scour zСистема.svg zСистема2.svg` works with Python3 (not in Python2) in cmd.exe Since Python2.7 is still default, I'm not sure if this issue can/should be closed.

> Hi! Thanks for the interest! > I usually work on this project on holidays, so don't expect to have this done at least until september. Is there any update?...

> Update node to current version How? (PS I'm using Ubuntu 20.04 on WSL on Windows 11-21H2)