Scott Munro
Scott Munro
rotate's solution is `rotate n l = drop n l ++ take n l` this doesn't take into account rotations larger than the length of the list. occurrences of `n`...
picotool fails to read p8 carts which use CRLF line endings this generally isn't a huge issue but git and windows make for really annoying problems dealing with line endings...
## overview simpleaudio 1.0.4 seems to crash for me when using python 3.12 the same crash does not reproduce in python 3.11 the crash does not appear to be any...