-
I found a bug in LexborHTMLParser
```
def test_css_first_first(parser):
html = '(1:1, 0:0, 0:0, 5:3)'
selector = "h2.list-details__item__partial"
find_first = parser(html).css_first…
-
When applying a patch with a basic syntax error (here an extra parameter on a fonction call) **after** calling jsruntime eval js, the zig build crashes with a segfault on zig 0.11.0.
If the same sy…
-
# Conan Center Bot
* Date: 15/11/2024
* GitHub Action run: [11848193445](https://github.com/qchateau/conan-center-bot/actions/runs/11848193445)
* Parsed recipes: 1803
* Up-to-date recipes: 898
* Upda…
-
Found with [selectolax](https://github.com/rushter/selectolax). I assume this is a lexbor bug.
```python
from selectolax.parser import HTMLParser
tree = HTMLParser("")
tree.css_first('dt')
tree…
-
The following are bundled in the lib folder:
- [BreezeStyleSheets](https://github.com/MasterQ32/kristall/tree/master/lib/BreezeStyleSheets)
- [cmark](https://github.com/MasterQ32/kristall/tree/mast…
-
Hello! Thanks for creating and hosting this fantastic tool :D
I found a page in the lexbor documentation that seems to be rendering incorrectly.
Page: https://crystaldoc.info/github/kostya/lexbo…
-
When using css selection, I want to grab two different tags (p and h3). When I use the selector like this:
`html.css("p,h3")`
It selects the appropriate tags but the list gives all p tags first …
-
Starting from `examples/lexbor/selectors/easy_way.c`, if I apply the following patch to test the `|=` selector:
```diff
diff --git a/examples/lexbor/selectors/easy_way.c b/examples/lexbor/selector…
-
Hello, me again :) I know request cookies are encapsulated in SafeAccess. but I need to loop over them. Is there any way to do this without me modifying my copy of Severino? Or do you want to forbid i…
-
I'm working on a pure-crystal implementation of an HTML utility function called `striptags`. Would it be a welcome contribution to stdlib, perhaps under [HTML](https://crystal-lang.org/api/1.11.2/HTML…