1 Mar 2022
japhb One of the previous review systems I used differentiated "LGTM" (looks good to me currently) from "Approve" (I have the authority to give the go-ahead and this change is clearly ready) 17:57
Kinda miss that
11 Mar 2022
jjatria japhb: Yikes, thanks for the heads up. I'll try to sort that out this weekend 09:32
17 Mar 2022
Geth Terminal-LineEditor/main: 1a4da7cef0 | (Geoffrey Broadwell)++ | lib/Terminal/LineEditor/RawTerminalInput.rakumod
Add Delete to default keymap
20:23
Terminal-LineEditor/main: ceaf873c49 | (Geoffrey Broadwell)++ | 3 files
0.0.11
20:42
18 Apr 2022
CBOR-Simple/packed-signed-nan-fix: aebdbe4ddd | (Geoffrey Broadwell)++ | lib/CBOR/Simple.rakumod
Possible fix for packed signed NaN arrays
18:11
CBOR-Simple/main: aebdbe4ddd | (Geoffrey Broadwell)++ | lib/CBOR/Simple.rakumod
Possible fix for packed signed NaN arrays
19:16
CBOR-Simple/main: 00a600283a | (Geoffrey Broadwell)++ | 2 files
Prepare for release via mi6
CBOR-Simple/main: 9b2c027ac2 | (Geoffrey Broadwell)++ | 3 files
0.1.2
26 May 2022
Terminal-LineEditor/main: 58ed7e8eeb | (Geoffrey Broadwell)++ | lib/Terminal/LineEditor/RawTerminalInput.rakumod
Add some additional debugging for failed active query matches
00:18
19 Jun 2022
Cro-CBOR/main: c18c509547 | (Geoffrey Broadwell)++ | 2 files
Turn off MacOS testing on GHA
20:55
Cro-CBOR/main: 07e9b8c27a | (Geoffrey Broadwell)++ | 3 files
0.0.5
21:04
25 Jun 2022
RPG-Base: b17f43448e | (Geoffrey Broadwell)++ | 2 files
Add/test StatsBearer.has-stat
17:10
17 Jul 2022
Terminal-ANSIParser/main: 6 commits pushed by (Geoffrey Broadwell)++ 02:33
Terminal-LineEditor/main: 5 commits pushed by (Geoffrey Broadwell)++ 03:14
23 Jul 2022
Terminal-LineEditor/main: 51fc86aaed | (Geoffrey Broadwell)++ | lib/Terminal/LineEditor/RawTerminalInput.rakumod
Remove now-dead code that just causes GC churn
23:26
Terminal-LineEditor/main: 7afb340ca6 | (Geoffrey Broadwell)++ | 3 files
0.0.13
23:31
Terminal-Widgets/main: 74f01a4c1a | (Geoffrey Broadwell)++ | 2 files
Add source-url and test workflow badge
23:45
Terminal-Widgets/main: e226fea906 | (Geoffrey Broadwell)++ | META6.json
Set META6 auth
Terminal-Widgets/main: 7355a1532e | (Geoffrey Broadwell)++ | Changes
0.0.1
31 Jul 2022
CBOR-Simple/main: b46e980695 | (Geoffrey Broadwell)++ | t/04-tags.rakutest
Skip Mu handling test on older Rakudo versions
23:35
CBOR-Simple/main: 19cd4c8109 | (Geoffrey Broadwell)++ | .github/workflows/test.yml
Attempt CI tests on older versions of Rakudo
CBOR-Simple/main: 40d3e832af | (Geoffrey Broadwell)++ | .github/workflows/test.yml
Narrow down first Rakudo supporting zef/fez ecosystem
23:46
1 Aug 2022
CBOR-Simple/main: 5039d28711 | (Geoffrey Broadwell)++ | .github/workflows/test.yml
Fix CI versions

  * 2020.12 and older don't support the zef/fez ecosystem
  * 2021.01 wasn't released
  * 2021.02 and newer seem to work
  * 2022.02 and newer are found in recent upstream Linux distros (see
   gist.github.com/japhb/88322d76326d...108c90e567
   for details)
00:03
CBOR-Simple/main: 452d127acd | (Geoffrey Broadwell)++ | 3 files
0.1.3
00:17
10 Aug 2022
Terminal-Widgets/main: 10 commits pushed by (Geoffrey Broadwell)++
review: github.com/japhb/Terminal-Widgets/...08aa33509b
01:15
Text-MiscUtils: 2b801b6632 | (Geoffrey Broadwell)++ | .github/workflows/test.yml
Expand Rakudo CI versions back to 2021.02

  ... as recommended in:
   gist.github.com/japhb/88322d76326d...108c90e567
01:23
Terminal-QuickCharts: 4bda101328 | (Geoffrey Broadwell)++ | .github/workflows/test.yml
Add CI test workflow
01:26
Geth__ Terminal-QuickCharts: f3fd8b524b | (Geoffrey Broadwell)++ | 2 files
Update dist.ini and add test badge
01:36
Text-MiscUtils: 798b80b639 | (Geoffrey Broadwell)++ | 2 files
Update dist.ini and README test badge
01:37
Terminal-ANSIParser/main: ad0cc35ff8 | (Geoffrey Broadwell)++ | .github/workflows/test.yml
Expand Rakudo CI versions back to 2021.02

  ... as recommended by:
   gist.github.com/japhb/88322d76326d...108c90e567
01:53
Terminal-LineEditor/main: ed341163c7 | (Geoffrey Broadwell)++ | .github/workflows/test.yml
Expand Rakudo CI versions back to 2021.02

  ... as recommended by:
   gist.github.com/japhb/88322d76326d...108c90e567
01:54
Terminal-Widgets/main: 799a029179 | (Geoffrey Broadwell)++ | .github/workflows/test.yml
Expand Rakudo CI versions back to 2021.02

  ... as recommended by:
   gist.github.com/japhb/88322d76326d...108c90e567
02:37
japhb Wheee ... that's at least the Terminal::* and Text::* modules I own (plus another I have commit rights to that doesn't webhook here). 02:42
13 Aug 2022
lizmat japhb great presentation! 18:46
there's room for taking questions now, nudge nudge :-)
14 Aug 2022
japhb lizmat: Sorry, I had a family obligation to deal with. :-( Haven't gotten to look at *any* of the conference so far, sigh. 02:01
And thank you, I'm glad you liked it. :-)
6 Feb 2023
Geth MUGS-Core/main: 4 commits pushed by (Geoffrey Broadwell)++ 00:24
23 Feb 2023
Guest56 hi 14:45
I want to know if the pseudo-random number can be predicted? 14:46
japhb Guest56: Raku uses a relatively modern PRNG (a variant of Mersenne Twister, if I recall correctly). The pattern is statistically strong, but I don't think it is *cryptographically* strong. 15:51
In other words, you are unlikely to see biases or obvious human-intuitable patterns in the random number generation, but if you need crypto RNG to get a source of "entropy" data, use /dev/urandom, not the builtin PRNG. 15:52
(MUGS does not provide its own special PRNG, but I have considered allowing the creation of multiple *independent* PRNGs, so that users could seed them individually for repeatability where that is valuable. That hasn't exactly reached the top of the todo list. :-) ) 15:55
25 Mar 2023
Geth Text-MiscUtils: c14f2bed07 | (Geoffrey Broadwell)++ | 2 files
Add and test horizontal-ruler sub
22:58
Text-MiscUtils: b6e31bbc36 | (Geoffrey Broadwell)++ | 3 files
0.0.7
28 Mar 2023
Text-MiscUtils: ffa35101d0 | (Geoffrey Broadwell)++ | .github/workflows/test.yml
Work around prove6 bug in CI

Work around github.com/Leont/app-prove6/issues/19 by installing the last App::Prove6 release without that bug.
03:55
Text-MiscUtils: 8c9a115fda | (Geoffrey Broadwell)++ | .github/workflows/test.yml
Shell quoting: *shakes fist*
03:58
Text-MiscUtils: ded06796e7 | (Geoffrey Broadwell)++ | .github/workflows/test.yml
Windows shell quoting: *shakes fist again*
04:01
japhb FTR, Windows is making me very cranky right now 04:10
Geth Text-MiscUtils: e58bf8c28b | (Geoffrey Broadwell)++ | .github/workflows/test.yml
Phoned a friend; in the meantime, disable Windows CI.
04:13
Text-MiscUtils: 3232de3db6 | (Geoffrey Broadwell)++ | .github/workflows/test.yml
Update actions/checkout to v3 to fix deprecation warning
04:21