skistaddy

Results 3 issues of skistaddy

I've downloaded SamplerBox to my Raspberry Pi 4. After running `python samplerbox.py`, I get `Invalid audio device #2`. How do I fix this?

I can't seem to get the equivalent of `https://api.github.com/users/incro-org/repos` in this. I tried ``` octo.orgs("incro-org").repos.fetch(); ``` But it isn't working

I made a request for an organization's repositories, printed the result with the `all()` function, and got this: ``` [, ] ``` How would I convert this so the result...