-
```
user@box:~$ pipx run resiliparse
Traceback (most recent call last):
File "/home/user/.local/pipx/.cache/42f25da10f76b98/bin/resiliparse", line 5, in
from resiliparse.cli import main
…
-
in case when using `lxb_html_element_inner_html_set` to set `text content` rathen than `element`,
owner_document(s) are different.
below is to demon the issue, based on `examples/lexbor/html/eleme…
-
Hello there Mr.Selectolax :)
I have been using selectolax for a very long time and I do really like it and will continue using it. I have found a small issue where I seem to get a return of html wi…
-
Greetings,
I tried to add the binary package repositories today. I got the following message, even after adding the repo signing key:
```
Err:11 https://packages.lexbor.com/ubuntu focal Releas…
-
hi, currently using crystal for a project and using lexbor, I get this error just by running `crystal build src/router.cr -o router`
```
ld: warning: ignoring file /Users/jptl/Desktop/router/lib/…
-
The certificate of https://packages.lexbor.com/ has expired causing YUM to fail when pulling packages.
-
Just tried to run `crystal spec` on master after installing deps.
```
In src/hq/css/none.cr:1:1
1 | struct Hq::Css::None
^
Error: abstract `def Enumerable(T)#each(& : (T ->))` must be imp…
ghost updated
2 years ago
-
Hi @rushter
First of all thanks for all your amazing work.
I've noticed that the development of Modest engine is slowed down and instead lexbor is developed. This is what @lexborisov suggests t…
-
```crystal
require "lexbor"
html =
-
```crystal
require "lexbor"
def render(io : IO, node : Lexbor::Node, save_comment : Bool) : Nil
case node.tag_sym
when :_document
node.children.each { |child| render(io, child, save_com…