19 Nov 2024 | |||
patrickb | Wait... Does it even work this way? isn't the discord bot showing up all on it's own when a discord user wants to join? | 15:17 | |
Hm. seems not so, given it's called discord-raku-bot | 15:19 | ||
lizmat | yup, just like Geth, it's just a bot running somewhere by someone | ||
Geth | cro-webapp/master: 17 commits pushed by librasteve++, (Patrick Böker)++ review: github.com/croservices/cro-webapp/...aca2ae06c8 |
19:05 | |
cro-webapp: patrickbkr++ created pull request #92: Fix CI |
21:26 | ||
cro-core: 0fab79feab | (Patrick Böker)++ | .github/workflows/ci.yml Fix CI Github moved the macos-latest runner to ARM M1. There are no precompiled rakudo binaries available for that release though. Bump to 2021.07. That's the first release with MacOS ARM binaries on offer. |
21:28 | ||
cro-core: 75e88eb32d | (Patrick Böker)++ (committed using GitHub Web editor) | .github/workflows/ci.yml Merge pull request #41 from patrickbkr/fix-ci Fix CI |
|||
cro-core: 8a49a8c7dc | (Patrick Böker)++ | lib/Cro/Uri.pm6 Fix parsing URIs with empty path segments Fixes croservices/cro-http#197, fixes #39. |
21:29 | ||
cro-core: c1951071d8 | (Patrick Böker)++ (committed using GitHub Web editor) | lib/Cro/Uri.pm6 Merge pull request #40 from patrickbkr/fix-empty-path-part-in-uri Fix parsing URIs with empty path segments |
|||
cro-core: 66b03efe5b | (Clifton Wood)++ | lib/Cro/Uri.pm6 - Adds an .origin field to the X::Cro::Uri::ParseError exception so that consuming code can add origination information if so desired. |
21:30 | ||
cro-core: 0c057115b8 | (Patrick Böker)++ (committed using GitHub Web editor) | lib/Cro/Uri.pm6 Merge pull request #42 from Xliff/master Adds optional originating information to X::Cro::Uri::ParseError |
|||
cro-webapp: 68905c3936 | (Patrick Böker)++ | lib/Cro/WebApp/Template.rakumod Fix using template parts via render-template The `@*CRO-TEMPLATE-PART-PROVIDERS` dynvar was only set in the `template` multis. Moving it to `render-internal` should cover all needed code paths. |
21:35 | ||
cro-webapp: c9d4a1f7d1 | (Patrick Böker)++ (committed using GitHub Web editor) | 17 files Merge branch 'master' into render-template-template-parts |
|||
cro-webapp: 62e0a72ecc | (Patrick Böker)++ (committed using GitHub Web editor) | lib/Cro/WebApp/Template.rakumod Merge pull request #88 from patrickbkr/render-template-template-parts Fix using template parts via render-template |
|||
cro-webapp: cdd997e19e | (Patrick Böker)++ | .github/workflows/ci.yml Fix CI |
21:36 | ||
cro-webapp: 1742084c42 | (Patrick Böker)++ (committed using GitHub Web editor) | .github/workflows/ci.yml Merge pull request #92 from patrickbkr/fix-ci Fix CI |
|||
cro-webapp: patrickbkr++ created pull request #93: Fix date generation |
21:50 | ||
patrickb | I've now bitten the bullet and started merging PRs with out a formal review that are either obvious (like bumping the minimum raku version in the CI setup to get the CI working again) or where a conversation on the PR did happen and all brought up issues were resolved. | 21:57 | |
Geth | cro-webapp: 09b99cb24e | (Patrick Böker)++ | 2 files Fix date generation datetime-local form element does not like values ending in 'Z'. Thus we drop it. Thanks to Xliff for the original PR that is salvaged here. |
22:04 | |
cro-webapp: b57c0c7581 | (Patrick Böker)++ (committed using GitHub Web editor) | 2 files Merge pull request #93 from patrickbkr/datetime-local-no-tz Fix date generation |
|||
patrickb | lizmat: Currently people that are added as members to the cro developers team in GH gain mostly no additional permissions. Is there a reason for this? It is possible to give members write access by default. To me that seems like the sensible thing to do. What do you think? | 22:24 | |
japhb | patrickb++ Xliff++ | 23:44 |