Bartosz Telenczuk

Results 47 comments of Bartosz Telenczuk

same here, it seems not to work behind proxy even with http(s)_proxy variables defined

Your workaround works as suggested, but I had to remove the parentheses when referencing the label, otherwise they were rendered in the output. After this modification my example looks like...

> On the other hand, by using the notebook, the students are blocked from simple concepts like importing functions etc. defined in other scripts. I agree. As much as I...

@gvwilson I get your point that python may be taught to people who don't know shell. But often in SC workshops the Python lecture comes after the shell introduction and...

hi @Quwertzuiopp, thanks for the report! I agree that the expected behaviour would be the copy of svgutils class not the lxml base. Please feel free to submit a PR!

yes, agreed. The name of the method is misleading. If you feel like it, please open a MR to rename it. You can delegate moveto to moveby and add a...

Thanks for the PR. Your solution looks mostly fine, but there are some small problem. Since it is a bigger PR, it would be cool to have a unit test.

this PR has been stalled for some time, it need rebasing (that is making up-to-date with the version on master) and fixing the issues in the comments.

yes, i think the idea is very good. The main requirement is that we find and replace all possible instances of the id and its referrers. We could either prefix...

hi, thanks for the report, indeed we do ignore the style attributes in svg tag, but I am not sure whether style is allowed in `` by the the standard.