-
After running some benchmarking on resiliparse "HTMl2text" `extract_plain_text(tree, main_content=True))` it seems the `extract_plain_text` method is significantly slower in parallel than sequentially…
-
Hello there Selectolax!
I been using selectolax for a while and also hoping that you are having it well.
I came here not with an issue but rather than a best practice in my situation and I wonde…
-
I installed lexbor dependency following [these instructions](http://lexbor.com/download/) for Ubuntu.
Here is the result of `$ sudo dpkg -L liblexbor-dev`:
```
/.
/usr
/usr/include
/usr/i…
-
building on Fedora 34 x86_64, cloned git repo and ran build.sh
Got this output:
```
$ ./build.sh
Submodule 'cmake/cotire' (https://github.com/sakra/cotire.git) registered for path 'src/cmake/coti…
-
I parsed documents fetched from the MySQL database in a loop. I was unable to free the memory allocated for `element`.
```
while ((row = mysql_fetch_row(result)))
{
document = lx…
-
I want to parse multiple HTML files, and I was wondering if between those files, I could reuse the document and collection (instead of creating & destroying each time) for performance reasons?
-
As a new user, i'm completly lost with the cmake options. Would it be possible to add comments at the top of CMakeLists.txt, which lists and document them, like in this project :
https://github.co…
-
Whenever I try to include this as a dependency for a new project the postinstall fails. When I try to `make` it manually, it fails with the same error. This wasn't the case in previous versions.
He…
-
Hello,
First thank you for your amazing library!
To be really short, I ran into a bug when using the `replace_with` method after using some `node.decompose()` operations.
Now, to be more prec…
-
## Bug Report
Below code gives incorrect value with interpreter.
```crystal
class Action
end
matcher = Hash(String, Action.class).new
class ActionA < Action
end
class ActionB < Action
e…