Reed Mullanix

Results 153 comments of Reed Mullanix

Now that I think about it, the only thing that really ties us to `template-haskell` is `reify` and friends. If we take an [intero](https://github.com/chrisdone/intero) style approach, and use `ghci` to...

In the next version, config handling will be significantly improved (and XDG compliant). Also, the old mode of authentication is pretty insecure and I'm not super pleased with it, so...

Are you up to date with the repo? Could you provide a gdb stacktrace?

Ill look into this when I get a chance, a stack trace would be very useful though

It should possible as of now, just pass it multiple directories Ex: steamcurses -u username -p /path/to/dir/1 -p /path/to/dir/2 -w /path/to/wine/dir

Hmmm, that should be working... what happens when you try that?

Im working to hook into the steam runtimes right now, but as of now it uses steam to actually launch the games. That is a kludge and it is being...

I'm pretty busy at the moment with other things, but this is next up on my list of features to add!

Config files are pretty high on my todo list right now, that is a great suggestion though! Ill keep it in mind when I write that up.

The issue with this is that steamcurses doesn't actually handle authentication at all, it just passes things along to the actual steam binary that is running in headless mode. This...