• Joined on 2021年11月19日
lambda commented on issue forgejo/forgejo#9123 2026年05月31日 21:16:12 +02:00
feat: allow repo admins to remove watchers

Here are the postgresql commands I used to remove all watchers from an org's repos, I haven't noticed any issues but I won't claim they are necessarily fully correct:

lambda closed issue imbev/simplematrixbotlib#90 2024年08月31日 12:27:44 +02:00
Tests are failing on 0.2.12
lambda commented on issue imbev/simplematrixbotlib#90 2024年08月31日 12:27:42 +02:00
Tests are failing on 0.2.12

Yep, fd20c3e7eca6e349d3378c05bc76ed5ff1f41795 fixes it, thanks!

lambda opened issue imbev/simplematrixbotlib#90 2024年07月28日 09:31:43 +02:00
Tests are failing on 0.2.12
lambda created pull request imbev/simplematrixbotlib#17 2022年10月17日 19:20:00 +02:00
Creds: don't error on session save if session saving is disabled
lambda pushed to session-save-dont-error-if-disabled at lambda/simplematrixbotlib 2022年10月17日 19:19:12 +02:00
d327567334 Creds: don't error on session save if session saving is disabled
d13a40dda1 Formatting
Compare 2 commits »
lambda created branch session-save-dont-error-if-disabled in lambda/simplematrixbotlib 2022年10月17日 19:19:12 +02:00
lambda created repository lambda/simplematrixbotlib 2022年10月17日 19:18:41 +02:00
lambda commented on pull request dnkl/foot#803 2021年11月21日 10:57:03 +01:00
Remove some "UNREACHABLE" UB footguns

Hm, this also silences the compiler error because bug() is noreturn... In the end it's your choice of course, but of the following possibilities, I'd personally rather have the last:

1)...

lambda commented on pull request dnkl/foot#803 2021年11月20日 12:00:11 +01:00
Remove some "UNREACHABLE" UB footguns

Somewhat related; it seems like the switch statement for the render-timer option could be simplified to:

That's a good point, I added it using some slightly less clever conditionals ;)

lambda pushed to remove-unreachable at lambda/foot 2021年11月20日 11:59:05 +01:00
877c1e6f07 config: Simplify render-timer option handling
02bb2768f1 config: Remove some "UNREACHABLE" UB footguns
Compare 2 commits »
lambda created pull request dnkl/foot#803 2021年11月19日 17:05:47 +01:00
Remove some "UNREACHABLE" UB footguns
lambda pushed to remove-unreachable at lambda/foot 2021年11月19日 17:05:11 +01:00
91b97c1b98 Remove some "UNREACHABLE" UB footguns
lambda pushed to remove-unreachable at lambda/foot 2021年11月19日 17:01:36 +01:00
dc5a4d83d1 Remove some "UNREACHABLE" UB footguns
lambda pushed to remove-unreachable at lambda/foot 2021年11月19日 16:59:02 +01:00
b73351deb5 Remove some "UNREACHABLE" UB footguns
lambda pushed to remove-unreachable at lambda/foot 2021年11月19日 16:57:21 +01:00
0b196181dd Remove some "UNREACHABLE" UB footguns
lambda created branch remove-unreachable in lambda/foot 2021年11月19日 16:57:21 +01:00
lambda created repository lambda/foot 2021年11月19日 16:48:57 +01:00