Results 10 comments of Zehao Lu

可以尝试#969中提到的解决方案:https://github.com/lyswhut/lx-music-desktop/issues/969

@ValeKnappich I came across this issue randomly, but maybe my new python package [grobidmonkey](https://github.com/com3dian/Grobidmonkey/tree/master) might help? to get the outline hierarchy you can simply do ```python from grobidmonkey import reader...

@ValeKnappich Hi thanks for the feedback. You are right, this package developed based the wrapped code I used in my own project, so there is likely some issues. Can you...

Thanks a lot! I'm not using command line tools for this part of my project(and I don't know how `xmllint` works either) so I wrote some python scripts and it...

> @com3dian Can I use your python scripts?I want get all the text under the `` part. Hi @TaichiLi, I used the [xmltodict](https://pypi.org/project/xmltodict/) package for my own project to read...

Hi @pbek , sorry for this late reply but I was busy recently. So this PR fixed the issue caused by my last one (#208), in which I changed index...

Sure, If the user start a newline like ``` | some text ^ ^ ^^^^^ cursor // In this case the `text` variable is "some text" while `pib` is -6...

Hi @nyalldawson , I think so. When I check my Qt/PyQT webengine version I have the following information ```shell pip show PyQt5 ---------------------------- Name: PyQt5 Version: 5.15.6 Summary: Python bindings...

@nyalldawson Just tried with distro package and it makes no difference.