-
When trying to utilize Crystal's interpreter, it cannot load static libraries, only shared libraries. I'm not suggesting the postinstall has to change from static to shared, but just adding a recipe i…
-
When trying to utilize Crystal's interpreter, it cannot load static libraries, only shared libraries. Adding a recipe in the Makefile for building shared would be a nice option.
-
Huge number of warnings when compiling a project with
Apple clang version 15.0.0 (clang-1500.1.0.2.5)
Target: arm64-apple-darwin23.2.0
Thread model: posix
-
URL Source 0.2.1 and 0.2.2 FTBFS.
I build [OBS Studio and 50 plugins from source as a portable build for Ubuntu](https://github.com/wimpysworld/obs-studio-portable).
Most plugins, including urls…
-
This shard is great but since one of its dependencies is deprecated, is throwing errors.
Myhtml creator even suggests to switch to Lexbor.
https://github.com/kostya/myhtml/issues/26
-
It would be great if Crystal had a construct similar to [Elixir's pipe operator](http://elixir-lang.org/docs/v1.0/elixir/Kernel.html#%7C%3E/2) `|>`:
``` crystal
class Importer
def import(io)
xm…
-
edbrowse/stable 3.8.0-4 arm
eigen/stable 3.4.0 arm
eja/stable 13.11.25 arm
electric-fence-static/stable 2.2.6 arm
electric-fence/stable 2.2.6 arm
electrum/stable 4.3.1 all
elfutils/stable 0.187 arm
el…
-
Hi,
thank you for your excellent software. The binary distribution page https://lexbor.com/download/ contains links for debian distributions from 7 to 11. Do you have plans to add also the newest …
-
Hi, thanks for such a wonderful wrapper on top of lexbor.
There is a question regarding custom HTML tags.
Looks like it does not support searching or custom tags in the html document:
The code…
-
### Description
DOMDocument->loadHTML uses Libxml2 and is fundamentally broken. Valid HTML documents exist that cannot be parsed correctly and there are no simple workarounds that work in all cases…