- Berlin, Europe
- https://blog.hartwork.org/
Block or Report
Block or report hartwork
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abusePinned
-
image-bootstrap Public
⛅ Creates (chroots and) bootable virtual machine images; command line tool (Python 3) -
uriparser/uriparser Public
🔪 Strictly RFC 3986 compliant URI parsing and handling library written in C89; moved from SourceForge to GitHub -
jawanndenn Public
📅 Simple alternative to Doodle polls and scheduling (Python 3, Django 3, JavaScript) -
-
libexpat/libexpat Public
🌿 Expat library: Fast streaming XML parser written in C99; migrated from SourceForge to GitHub -
xiangqi-setup Public
🎲 Generate razor-sharp Xiangqi (Chinese chess) setup graphics; command line tool + themes
2,891 contributions in the last year
Contribution activity
March 2022
Created 255 commits in 29 repositories
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- 4 repositories not shown
Created 2 repositories
- hartwork/xiangqi_viewer JavaScript
- hartwork/create-pull-request TypeScript
Created a pull request in USBGuard/usbguard that received 6 comments
Restore support for access control filenames without a group (fixes #540)
Fixes #540 Regression from commit b15ef71 of release 1.1.0, detailed analysis online at #540 (comment) .
Opened 65 other pull requests in 21 repositories
libexpat/libexpat
3
open
4
merged
- Actions: Make robust toward outdated images
- Fix pkg-config files
- Actions: Migrate off moving Git tags
- CMake: Enforce library versioning compatible with GNU Libtool for macOS (fixes #55)
- Fix windows installer (related to #555, follow-up to #570)
- Prepare release 2.4.7 (part of #578)
- lib: Relax fix to CVE-2022-25236 with regard to RFC 3986 URI characters (fixes #572)
hartwork/binary-gentoo
7
merged
- gentoo-build: Mount /run for portage
- Actions: Install from requirements.txt to stabilize CI
- gentoo-build: Add argument --fail-to-shell
- gentoo-build: Keep log file on error
- pre-commit: Migrate to upstream isort
- Add support for Python 3.10
- Actions: Create pull requests from pre-commit autoudate output
hartwork/grub2-theme-preview
7
merged
- Add some Python CLI tests + fix argument --plain-rescue-image
- Detect and report non-success QEMU exit code
- Resolve function _ignore_oserror in favor of contextlib.suppress
- Add support for custom QEMU display values
- Introduce pre-commit, isort, yapf and friends
- Support Python 3.7 to 3.10
- Improve --help output
hartwork/svneverever
7
merged
- Drop support for end-of-life Python <=3.6
- pre-commit: Migrate to upstream isort
- pre-commit: Improve creation of autoupdate pull requests
- Actions: Create pull requests from pre-commit autoupdate output
- pre-commit: Migrate to upstream flake8
- pre-commit: Add check check-yaml
- Make GitHub Actions run pre-commit checks
git-big-picture/git-big-picture
1
open
3
merged
hartwork/git-delete-merged-branches
4
merged
hartwork/wnpp.debian.net
4
merged
hartwork/xiangqi-setup
4
merged
hartwork/jawanndenn
3
merged
hartwork/resolve-march-native
3
merged
peter-evans/create-pull-request
3
merged
jshou/xiangqi_viewer
2
merged
uriparser/uriparser
2
merged
hartwork/go-wait-for-it
1
merged
hartwork/import-watch
1
merged
hartwork/django-createsuperuserwithpassword
1
merged
asyncee/django-easy-select2
1
open
hartwork/srisum
1
merged
hartwork/surrogates
1
merged
libsndfile/libsndfile
1
closed
gkdr/axc
1
open
Reviewed 18 pull requests in 11 repositories
hahey/django-migration-vis
4 pull requests
libexpat/libexpat
3 pull requests
python-distro/distro
2 pull requests
peter-evans/create-pull-request
2 pull requests
git-big-picture/git-big-picture
1 pull request
gkdr/libomemo
1 pull request
processone/fast_xml
1 pull request
USBGuard/usbguard
1 pull request
python/cpython
1 pull request
gkdr/lurch
1 pull request
uriparser/uriparser
1 pull request
Created an issue in processone/fast_xml that received 11 comments
fast_xml requires Expat >=2.4.5 (or backported fixes) for secure operation
Hi fast_xml, it has come to my attention that the way fast_xml processes element names at… fast_xml/c_src/fxml_stream.c Lines 161 to 191 in 4e…