12 Jan 2026
lizmat tbrowder: tbh, I'm really the wrong person to ask about Spreadsheet::XLSX development... as I'm not a user of spreadsheets since like lat 90s 14:04
*late
tbrowder ok, thnx 14:11
16 Jan 2026
Geth Spreadsheet-XLSX: tbrowder++ created pull request #35:
Add tests for converting CSV files to Microsoft Excel 2007+
15:16
17 Jan 2026
MIME-Types/main: bf0273b598 | (Elizabeth Mattijsen)++ | 14 files
CI test prior to release
12:58
MIME-Types/main: f935eba7a1 | (Elizabeth Mattijsen)++ | 3 files
Another CI test
13:03
MIME-Types/main: 2e37bcc315 | (Elizabeth Mattijsen)++ | 3 files
0.3
13:04
PSGI/main: 3cb54b14a2 | (Elizabeth Mattijsen)++ | 14 files
CI test prior to release
13:18
PSGI/main: 9e8d029002 | (Elizabeth Mattijsen)++ | 2 files
1.2.2
13:23
Netstring/main: 96425546cf | (Elizabeth Mattijsen)++ | 13 files
CI test prior to release
13:50
Netstring/main: 15e90939cd | (Elizabeth Mattijsen)++ | 4 files
0.0.4
13:55
SCGI/main: 96e0332283 | (Elizabeth Mattijsen)++ | 15 files
CI test prior to release
14:01
SCGI/main: c8c751d19e | (Elizabeth Mattijsen)++ | Changes
2.6
14:21
18 Jan 2026
PSGI/main: 2a75b74e50 | (Elizabeth Mattijsen)++ | 2 files
Tighten dependency on HTTP::Status
17:17
PSGI/main: 5909aa60fd | (Elizabeth Mattijsen)++ | 2 files
1.2.3
FastCGI: 2afd520399 | (Elizabeth Mattijsen)++ | 32 files
CI test prior to release
17:32
FastCGI: 0a74b4a57d | (Elizabeth Mattijsen)++ | 8 files
0.9.0
17:47
HTTP-Easy/main: 594f7bf7c3 | (Elizabeth Mattijsen)++ | 18 files
CI test prior to release
18:20
HTTP-Easy/main: ba253969e7 | (Elizabeth Mattijsen)++ | 2 files
1.3
18:23
Web-App/main: 2081a40685 | (Elizabeth Mattijsen)++ | 46 files
CI test prior to release
19:49
Web-App/main: a135a07f9f | (Elizabeth Mattijsen)++ | 2 files
0.9.2
19:51
Web-App/main: 31bae8bbd3 | (Elizabeth Mattijsen)++ | 3 files
Fix synopsis
23:07
27 Jan 2026
Stomp/implement-server: dceb8ea04b | (Jonathan Stowe)++ | 7 files
Implement server features.

Specifically this provides an implementation of the SUBSCRIBE/UNSUBSCRIBE commands and a Connection object.
This is sufficient to make a Stomp server.
15:44
Stomp/implement-server: bed54f06d3 | (Jonathan Stowe)++ | run-tests
Attempt to fix windows fail
16:27
29 Jan 2026
HTTP-UserAgent: zjmarlow++ created pull request #252:
require NETWORK_TESTING for 082
00:39
HTTP-UserAgent: zjmarlow++ created pull request #253:
set timeout from constructor
11:09
MoarVM-Remote: patrickbkr++ created pull request #7:
Add a minimalistic debug protocol logging facility
15:30
MoarVM-Remote: patrickbkr++ created pull request #8:
Make nqp detection more robust and working on Windows
15:36
30 Jan 2026
JSON-Mask/fix-double-context: 99cee319c7 | vendethiel++ | 2 files
Add test for a nested error

Also fix the stack being present twice in the error.
11:57
JSON-Mask: vendethiel++ created pull request #4:
Add test for a nested error
11:58
JSON-Mask/feature-wildcard: 9fa8bc9190 | vendethiel++ | 3 files
Add basic wildcard like in #3

The issue is not "done" because the other proposal (partial key matching) is still TODO.
12:45
JSON-Mask: vendethiel++ created pull request #5:
Add basic wildcard like in #3
12:46
JSON-Mask/main: 99cee319c7 | vendethiel++ | 2 files
Add test for a nested error

Also fix the stack being present twice in the error.
15:54
JSON-Mask/main: 231510cc63 | ven++ (committed using GitHub Web editor) | 2 files
Merge pull request #4 from raku-community-modules/fix-double-context

Add test for a nested error
4 Feb 2026
Template6/main: 0851af84c2 | (David Romero)++ (committed by 2colours) | lib/Template6/Context.rakumod
Display the correct error message: Invalid template 'templateName'.
22:59
Template6/main: a9194ebbde | 2colours++ | 9 files
0.15.0
9 Feb 2026
HTML-Strip/main: 5b4fa8f855 | 2colours++ | 2 files
fix sub name in the code example
18:18
Math-Sequences/main: 5 commits pushed by antononcube++, (Anton Antonov)++, (Márton Polgár)++ 18:31
10 Feb 2026
Geth__ MoarVM-Remote/main: 2b74021b27 | (Patrick Böker)++ | t/lib/MoarRemoteTest.rakumod
Make nqp detection more robust and working on Windows
11:53
MoarVM-Remote/main: c2872136ae | (Patrick Böker)++ (committed using GitHub Web editor) | t/lib/MoarRemoteTest.rakumod
Merge pull request #8 from patrickbkr/tests-on-windows

Make nqp detection more robust and working on Windows
MoarVM-Remote/main: 802ea76c3c | (Patrick Böker)++ | lib/MoarVM/Remote.rakumod
Add a minimalistic debug protocol logging facility
MoarVM-Remote/main: 34c0e1e7f3 | (Patrick Böker)++ (committed using GitHub Web editor) | lib/MoarVM/Remote.rakumod
Merge pull request #7 from patrickbkr/message-log

Add a minimalistic debug protocol logging facility
11 Feb 2026
Geth MoarVM-Remote: patrickbkr++ created pull request #9:
fix debug output appearing on OUT instead of ERR
14:55
MoarVM-Remote/main: 724868e356 | (Patrick Böker)++ | lib/MoarVM/Remote.rakumod
fix debug output appearing on OUT instead of ERR
MoarVM-Remote/main: aa6a34c48f | (Patrick Böker)++ (committed using GitHub Web editor) | lib/MoarVM/Remote.rakumod
Merge pull request #9 from patrickbkr/debug-output-on-err

fix debug output appearing on OUT instead of ERR
13 Feb 2026
Stomp/main: dceb8ea04b | (Jonathan Stowe)++ | 7 files
Implement server features.

Specifically this provides an implementation of the SUBSCRIBE/UNSUBSCRIBE commands and a Connection object.
This is sufficient to make a Stomp server.
18:59
Stomp/main: bed54f06d3 | (Jonathan Stowe)++ | run-tests
Attempt to fix windows fail
Stomp/main: 23cd766e4f | (Jonathan Stowe)++ (committed using GitHub Web editor) | 8 files
Merge pull request #2 from raku-community-modules/implement-server

Implement server
15 Feb 2026
Stomp/refs/tags/0.1.0: 0fd43c3634 | 2colours++ | 2 files
prepare for release version 0.1.0
21:23