Results 9 issues of swooboo

In line 39, `seconds=min(settings.CLEANUP_INTERVAL, 60)` means it will be the configured interval, or 60, the lower of them. But we want the timeout to be at least 60 if I...

There are female models, but no female voices. I propose to add them so whoever uses a female model will also sound like that. If it's approved I'll go search...

status: wishlist
priority: low
difficulty: hard

The game log is not in the bottom of the screen. See the screenshot below. Looks like it's aligned to the help-search-wait buttons, but it should be aligned to the...

If a rat is frightened because I'm wearing a Giant Rat Skull, and I do chase it and fight it, the symbols `#$%^` appear in red above the damage number...

Didn't find a similar issue so this might be a new one. I've manually disconnected my USB and then reconnected after a couple of hours. After that, the dashboard shows...

The mod RTFM ([DeltaNedas/rtfm](https://github.com/DeltaNedas/rtfm)) doesn't show the menu and the manual can't be accessed through the main menu. There's an open issue for that: https://github.com/deltanedas/rtfm/issues/35 Can confirm that I can't...

One of my issues with a lot of Go software is the size of the stones relative to the size of the board grid. The games look 'thin' or 'weak'...

Amazing job guys. Any reason the first snippet can't be written as the second one? 1: ```silq for k in [0..n) { cand[k] := H(cand[k]); ``` 2: ```silq cand :=...

enhancement