Longqi
Longqi
Sizing is always a big issue. Actually I cannot control the size of svg outputted from `pdf2svg` or `pdftoedit`. In fact, if you switch `pdftosvg` convertor on one machine the...
@JonasHarsch interesting discovery. Then, it is reasonable to set the multiplier to 1000 instead of 800. "how to extract the source code" is the tricky part of this plugin, there...
I can reproduce the error with a non-default Inkscape theme. Actually, if you wait enough long, an error dialog will pop out with GTK errors. So my guess would be...
Thanks for feedback. Based on the error message, your inkscape is using python3 instead of python2 as python interpreter. I cannot reproduce the error on my ubuntu machine.
Nice. In short, if you saw "OptionParser" in the error message, it means you are using 0.9.x version with python3 interpreter. The solution is either change interpreter to python2, or...
@scls19fr Any idea about what is happening here? calling `bar` function also changes the behavior.
@scls19fr I think this is a bug in upstream, i.e. matplotlib. Probably should fire an issue in matplotlib repository. @janschulz if you have time, can you please check this bug?...
@caoli5288 这个功能应该不能实现,这个软件是用PCS访问文件的,没有权限访问到整个百度云。 当然,如果账号已登陆的情况下,有可能可以实现自动将内容临时拷贝到应用数据,待下载后自动删除。不过这个实现起来并不容易,而且不知道这个PCS的口还能用多久,估计开发动力缺缺吧。
@Mrs4s 哟嚯,不错呀,有新的打开方式呀!
https://www.snip2code.com/Snippet/84502/aria2-add-download-using-JSON-RPC 这里有个范例,谁改改加到程序里?可能需要添加一个设置界面,设置token和port什么的