Michał Kępień
Michał Kępień
Hi there! For some reason, a [certain Vim commit][1] (revision 8.2.1703) back from September 2020 prevents this syntax highlighting module from working - the `filetype` is set to `bind-named` for...
With libgit2/libgit2#6439 having been recently merged, this PR attempts adding support for push options to pygit2. While the basic code change (d387941a309804ac7bc198be4d34e4086204258f) is fairly trivial, I had to jump through...
Reference: https://docs.gitlab.com/ce/api/merge_requests.html#list-merge-requests
At some point between March 15, 2021 and May 13, 2021, the primary PGP key for [my Keybase account][1] has been silently removed. I do not know when exactly or...
First of all, thank you for your work on jemalloc! While investigating a case of an application's VSZ and RSS growing indefinitely over time on FreeBSD 12.3 (which uses jemalloc...
This PR enables reusing existing deltas contained in pack files while pushing. The branch is laid out so that it builds the necessary mechanisms from the ground up, but it...
In `interface_ip_set_enabled()`, routes are currently installed after IP addresses are set up, but before IPv6 prefix addresses are set up. This prevents configured static IPv6 routes that have next hops...
Do not run `chown` or `chgrp` for probe key files since the probe scripts are run as root anyway. Do not run `chmod 644` for `/etc/atlas/probe_key` since an SSH private...