Skip to content

Instantly share code, notes, and snippets.

@chenrui333
chenrui333 / # pylyzer - 2024-03-27_10-26-12.txt
Created March 27, 2024 14:30
pylyzer on macOS 14 - Homebrew build logs
Homebrew build logs for pylyzer on macOS 14
Build date: 2024-03-27 10:26:12
@chenrui333
chenrui333 / # libxkbcommon - 2024-03-13_11-22-31.txt
Last active March 13, 2024 16:09
libxkbcommon on macOS 14 - Homebrew build logs
Homebrew build logs for libxkbcommon on macOS 14
Build date: 2024-03-13 11:22:31
@chenrui333
chenrui333 / build.patch
Created March 10, 2024 21:23
libxkbcommon-1.6.0-build-patch
diff --git a/test/xvfb-wrapper.c b/test/xvfb-wrapper.c
index 38d159b..2f19e24 100644
--- a/test/xvfb-wrapper.c
+++ b/test/xvfb-wrapper.c
@@ -133,25 +133,25 @@ err_display_fd:
return ret;
}
-/* All X11_TEST functions are in the test_functions_section ELF section.
+/* All X11_TEST functions are in the test_func ELF section.
Creative Commons Legal Code
CC0 1.0 Universal
CREATIVE COMMONS CORPORATION IS NOT A LAW FIRM AND DOES NOT PROVIDE
LEGAL SERVICES. DISTRIBUTION OF THIS DOCUMENT DOES NOT CREATE AN
ATTORNEY-CLIENT RELATIONSHIP. CREATIVE COMMONS PROVIDES THIS
INFORMATION ON AN "AS-IS" BASIS. CREATIVE COMMONS MAKES NO WARRANTIES
REGARDING THE USE OF THIS DOCUMENT OR THE INFORMATION OR WORKS
PROVIDED HEREUNDER, AND DISCLAIMS LIABILITY FOR DAMAGES RESULTING FROM
@chenrui333
chenrui333 / # luarocks - 2024-03-08_21-32-21.txt
Created March 8, 2024 21:34
luarocks on macOS 13.6 - Homebrew build logs
Homebrew build logs for luarocks on macOS 13.6
Build date: 2024-03-08 21:32:21
@chenrui333
chenrui333 / # pkl - 2024-02-15_20-45-32.txt
Created February 15, 2024 19:47
pkl on macOS 14.2 - Homebrew build logs
Homebrew build logs for pkl on macOS 14.2
Build date: 2024-02-15 20:45:32
@chenrui333
chenrui333 / github-delete-stale-branches.js
Last active January 22, 2024 01:32 — forked from victorlin/github-delete-stale-branches.js
Delete stale branches from the GitHub repo's stale branches page (github.com/user/repo/branches/stale). Originally from https://stackoverflow.com/a/69089905
// Paste in browser console and run
async function deleteStaleBranches(delay=30) {
var stale_branches = document.getElementsByClassName('types__StyledButton-sc-ws60qy-0 fakZEC');
for (var i = 0; i < stale_branches.length; i++)
{
stale_branches.item(i).click();
await new Promise(r => setTimeout(r, delay));
}
}
@chenrui333
chenrui333 / # openjph - 2024-01-19_14-47-48.txt
Created January 19, 2024 19:48
openjph on macOS 14.2 - Homebrew build logs
Homebrew build logs for openjph on macOS 14.2
Build date: 2024-01-19 14:47:48
@chenrui333
chenrui333 / # libpeas - 2024-01-17_19-51-45.txt
Created January 18, 2024 00:52
libpeas on macOS 14.2 - Homebrew build logs
Homebrew build logs for libpeas on macOS 14.2
Build date: 2024-01-17 19:51:45
@chenrui333
chenrui333 / # btop - 2024-01-17_23-23-43.txt
Created January 17, 2024 23:27
btop on macOS 13.6 - Homebrew build logs
Homebrew build logs for btop on macOS 13.6
Build date: 2024-01-17 23:23:43