You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, thanks for your library. It works very well, except for a bug I found.
With the selector (//p//time//ancestor::p[1])[starts-with(normalize-space(.), 'Published on ')] the CPU and memory go to the roof. There's likely an infinite loop somewhere. I've been trying to find a fix but couldn't manage.
Here's a file to reproduce the issue. xpath.txt
The text was updated successfully, but these errors were encountered:
Hi, thanks for your library. It works very well, except for a bug I found.
With the selector
(//p//time//ancestor::p[1])[starts-with(normalize-space(.), 'Published on ')]
the CPU and memory go to the roof. There's likely an infinite loop somewhere. I've been trying to find a fix but couldn't manage.Here's a file to reproduce the issue.
xpath.txt
The text was updated successfully, but these errors were encountered: