-
Hello community,
I faced a requirement of having an HTML parser. I have tried the HTML parser available with lua [msva/lua-htmlparser](https://github.com/msva/lua-htmlparser), but unfortunately, it…
-
While decoding faulty websites like this one https://www.societe.com/societe/ankaboot-832320170.html
```
UnicodeDecodeError: 'utf-8' codec can't decode byte 0xe0 in position 2: invalid continuatio…
-
The `~` selector is not working as expected.
I'm trying to extract only the blocks that appear before the `.more-news` element. This works in the browser but doesn't behave as expected in my code.
…
-
Here is the script that reproduces the crash
```python
import urllib.request
import selectolax
with urllib.request.urlopen(
"https://rhodes-ltd-339.myshopify.com"
) as response:
dat…
-
How do I build the project? I have VitaSDK installed, and I got an error about Lexbor being missing.
-
```
C:/Documents/msys2/home/vincent.torri/gitroot_64/lexbor/test/lexbor/unicode/normalization_forms.c:123:20: warning: format '%ld' expects argument of type 'long i
nt', but argument 4 has type 'l…
-
## Bug Report
First discovered in [lexbor](https://github.com/kostya/lexbor) shard when trying out interpreter, these Lib bindings fail to run:
```crystal
# src/lexbor/lib.cr
type TokenAttrT = T…
-
@lexborisov
This library is amazing! Well done! Played with it a bit and was blown away by the speed.
1. One of the main pain points of email servers and clients is parsing text from an html em…
-
@lexborisov is there any interest in adding lexbor to msys2 packages ? I can add it if you want
-
when using `-I` with gcc, a warning is thrown. Thi is normal. To remove it, we just need to pass `-Wno-pedantic-ms-format` :
```diff
diff --git a/source/lexbor/ports/windows_nt/config.cmake b/sou…