Janek Bevendorff

Results 317 comments of Janek Bevendorff

The HMAC secret also never leaves the hardware key, since KeePassXC only uses the response as input to its key derivation function. This is the major difference between KeePassXC and...

Make sure you are using the correct version of the library also at runtime. When I set `LIBRARY_PATH` and `LD_LIBRARY_PATH` path to the CMake build dir, I can reproduce the...

I figured out what's going on here: Turns out, this happens if you have the old headers in your `CPATH` during compilation, but are linking against the new version. Are...

Sorry to nag, but would it be possible to make a new release soon? The develop branch has various fixes for issues with the current stable release for which no...

How's the release coming along? :see_no_evil:

What are the implications of the rewrite?

Okay, I didn't know you could use the `user` pointer for your own purposes, but it doesn't really solve my problem either. My logic is actually inverse to yours: I...

Oh, I am not creating any objects that are not needed. `DOMNode` is only the public access point for the user. Everything else is done internally by Lexbor. Whether I...

BTW: ``` HTML parser benchmark extraction: ========================================= Resiliparse (Lexbor): 42015 documents in 36.55s (1149.56 documents/s) Selectolax (Lexbor): 42015 documents in 37.46s (1121.52 documents/s) Selectolax (MyHTML): 42015 documents in 53.82s (780.72...