Highlights
- Pro
- 9 discussions answered
Pinned
766 contributions in the last year
Less
More
Contribution activity
September 2021
Created 157 commits in 2 repositories
Created 1 repository
Created a pull request in lexbor/lexbor that received 1 comment
Fix c++11-narrowing warnings/errors
With Apple Clang, the core/diyfp.h header throws a lot of c++11-narrowing warnings (or errors with -Werror):
In file included from test.cpp:1:
./..…
+1
−1
•
1
comment
Opened 3 other pull requests in 2 repositories
chatnoir-eu/chatnoir-resiliparse
1
closed
1
merged
lexbor/lexbor
1
merged
Reviewed 3 pull requests in 3 repositories
keepassxreboot/keepassxc
1 pull request
keepassxreboot/keepassxc-browser
1 pull request
chatnoir-eu/chatnoir-resiliparse
1 pull request
Created an issue in pypa/cibuildwheel that received 13 comments
Properly set DYLD_LIBRARY_PATH for macOS wheel delocation
I have a Github Action Workflow that builds wheels with native extensions for Linux, macOS, and Windows. External native dependencies for the macOS…
13
comments
Opened 7 other issues in 2 repositories
lexbor/lexbor
3
open
3
closed
- Regression: head and body selection broken on Git master
- Attribute handling with IDs, classes, and existing attributes buggy
- Add interface for getElementById() DOM function
- SVG title crashes lxb_html_document_title() if HTML document has no title of its own
- HTML serialization crashing on unparented text nodes
- Reference counting of DOM nodes