Highlights
- Pro
- 7 discussions answered
Pinned
739 contributions in the last year
Less
More
Contribution activity
July 2021
Created 135 commits in 5 repositories
Created 2 repositories
- phoerious/cython Python
- phoerious/selectolax Python
Created a pull request in cython/cython that received 28 comments
Fix std::string::npos and add missing std::string members
libcpp.string.npos maps to std::npos, which is wrong and does not compile.
This PR fixes the bug as discussed in #4268 and also adds a few missing s…
+169
−85
•
28
comments
Opened 1 other pull request in 1 repository
rushter/selectolax
1
merged
Reviewed 2 pull requests in 2 repositories
keepassxreboot/keepassxc 1 pull request
cython/cython 1 pull request
Created an issue in rushter/selectolax that received 2 comments
Don't throw exception when encoding text as UTF-8 bytes fails
The following line throws an exception if the input HTML string cannot be encoded as UTF-8: selectolax/selectolax/parser.pyx Line 37 in 386392c
2
comments