-
`.text_lexbor()` seems to do really exactly the same thing than `.text()` with default parameters. So why keeping it ?
If it's more performant than `.text()`, why not check when `.text()` is launch…
-
There are two related topics I'd like to discuss here.
First, Nyxt is not lightweight, nor is it ever going to be as long as it depends on WebKitGTK (or Blink). To give you numbers, `guix size web…
-
Thanks for a great project!
I saw this in the README:
> Selectolax supports two backends: Modest and Lexbor. By default, all examples use the Modest backend. Most of the features between backend…
-
First of all, thank you for this amazing library!
When parsing + serializing the following html using `lxb_html_serialize_tree_str()`, a segfault occurs:
```html
```
Th…
-
is it thread-safe?
-
Hi, I was checking out HTML parsing libraries for Kotlin Multiplatform, and I found both `fleeksoft/ksoup` and your library. I tried [fleeksoft/ksoup](https://github.com/fleeksoft/ksoup), and it’s awe…
-
**Describe the bug**
I am facing while installing (bundle install) the gems on my mac with ruby version 3.3.0
**Environment**
- OS: [MacOs Sonoma 14.4.1]
- Ruby version: [3.3.0]
- Nokolexbor…
-
Fails to build on 32-bit arch:
```
:info:build cc1(61643) malloc: *** mmap(size=16777216) failed (error code=12)
:info:build *** error: can't allocate region
:info:build *** set a breakpoint in ma…
-
Why are script not ignored by the `.text()` ?
I don't understand this behavior. The content of script is not a part of the text of a web page.
Contrary to scripts, comments are ignored. And it's not…
-
MRE:
```python
from resiliparse.parse.html import HTMLTree
str(HTMLTree.parse("\n"))
```
It causes `segmentation fault`, and trace show that is was caused by `lxb_html_serialize_node_cb`.
CC @…