Sam Tay

Results 31 comments of Sam Tay

Sorry I'm pretty busy at the moment and don't have the time to properly dig into this. At first glance, it appears `reqwest` can be finicky when making requests behind...

Ah! I couldn't figure out what was going wrong, but this is what's biting me as well. I'll go ahead and use your fork until this gets merged :)

I can't reproduce. Can you install anything else via stack? Also, try again. This 503 may have just been a blip in the stackage service.

I don't know exactly what your setup looks like on Debian, but it does appear that missing NVIDIA drivers/libs can cause this issue. Did you see and try the suggestions...

Agreed, definitely think the author should take just a few minutes to mark as no longer supported, would have saved me quite some time tonight! However, for those looking to...

Whoa. That's interesting, haven't seen encountered anything like this. Curious where the memory bug would be, perhaps in ncurses. Regardless, I should probably bump the dependencies and stack LTS for...

Yes you can, you just need to edit the cached sites json. E.g. if you are on linux this lives at `~/.cache/so/sites.json`. If you run `so --update-sites` it will overwrite...

That's strange.. pause mode shouldn't really be doing anything other than running this forked thread: ```haskell void . forkIO $ forever $ do writeBChan chan Tick threadDelay delay ``` and...

What's your OS and what installation method did you use?

Interesting.. it looks like snap doesn't have access to the directory `/usr/share/terminfo`. You can probably launch by manually setting `TERM`, e.g. `TERM=xterm tetris`. Or copy those files to a place...