25 Mar 2026
lizmat anyways, I'll see what you come up with after some shuteye :) 23:37
afk&
david7832 thanks for all the infos, good night!
27 Mar 2026
Geth GD-Raw: jforget++ created pull request #3:
Functions `gdImageEllipse` and `gdImageRectangle`
10:01
28 Mar 2026
david7832 @lizmat: For escaping functionality, I now plan make an own module for it. This makes much more sense, I think. 23:08
I'll probably start with humble subroutines, with syntax the sort:    .&esc:bash  (for escaping for "bare" bash calls),  .&esc:bash:dq  (escaping for use within double quotes), and the like, e.g.  a simple .&esc (escaping for the standard system shell) 23:11
Down the line, it might be interesting to get fancy and provide importable extensions of the Qlang. Not sure if one actually can make a sensible design for this, but it would be cool to have something like Q:x:s:esc<shell>⟨crc32 $^x⟩   where the :esc... makes it so that the $^x doesn't get interpolated literally, but in an escaped form. 23:13
lizmat david7832++ 23:53
31 Mar 2026
Geth GD-Raw/main: 3dc922d1f2 | (Jean Forget)++ (committed using GitHub Web editor) | 5 files
Functions `gdImageEllipse` and `gdImageRectangle` (#3)

  * Implementing gdImageEllipse and gdImageRectangle.
  * Some POD documentation about memory management.
17:50
GD-Raw/main: 691e6142ce | (Elizabeth Mattijsen)++ | 7 files
0.5
17:55
4 Apr 2026
Math-Matrix: schultzdavid++ created pull request #1:
Add parentheses to `all @m ~~ Array` to get correct error message
15:48
7 Apr 2026
GD-Raw: jforget++ created pull request #4:
Dev Loading PNG data (or other) into a Raku variable instead of into a file.
18:00
GD-Raw/main: 2df4ae047d | (Jean Forget)++ (committed using GitHub Web editor) | 6 files
Dev Loading PNG data (or other) into a Raku variable instead of into a file. (#4)

  * Implementing gdImageEllipse and gdImageRectangle.
  * Administrative changes associated with the new functions.
  * Some POD documentation about memory management.
... (10 more lines)
18:02
GD-Raw/main: 7ccd1e2f29 | (Elizabeth Mattijsen)++ | META6.json
Add NativeHelpers::Blob dependency
18:26
12 Apr 2026
DBIish: AntonOks++ created pull request #246:
t/01-Basic.rakutest: Fix for github.com/rakudo/star/issues/217
13:32
DBIish/main: 54fde9abb5 | (Elizabeth Mattijsen)++ | t/01-Basic.rakutest
Remove test file to be able to rename it
15:56
DBIish/main: fa944ee7b3 | (Elizabeth Mattijsen)++ | t/01-basic.rakutest
Simplify some tests, make test code more idiomatic
DBIish/main: 3c36e75452 | (Elizabeth Mattijsen)++ | 75 files
Some modernization in the code

  - remove superfluous "use v6"
  - remove superfluous "use lib 'lib'"
  - remove superfluous file reference comments
  - change mentions from "perl6" to "raku"
21:58
DBIish/main: 34f77e7f15 | (Elizabeth Mattijsen)++ | 4 files
0.6.8
22:09
14 Apr 2026
Math-Matrix: schultzdavid++ created pull request #2:
Fix how new(Str $m) parses entries that read "False"
21:02