Henrik Feldt
Henrik Feldt
@scitesy Updated the list
All that you're saying makes sense guys. Divide the work; e.g. by creating an issue per section and claiming it. Docs are in `./docs`. I've updated the static file handling...
@tamizhvendan I've added your suggestions to the large list.
By the way; you're documenting a web server that can do almost anything; let your imagination run free and make the docs **fun** when you write them! We can host...
I know, somewhere a few commits ago, @polytypic's doc generator broke down, so it's currently suspended... Just running the rake task for it reproduces its error, so it's easy to...
How's it going everybody? :) I just corrected the docs for socket bindings.
Can you solve https://github.com/SuaveIO/suave/issues/536#issuecomment-289215305? Then I can push the update. The API docs is the generated docs.
Thank you for your patience. I really appreciate the work you've done. The docs need to be part of our web site with Suave web site styling for me to...
You have time out the connection. Search gitter.im for `Async.Choose` for an example. Sorry about the issue; I have it on my TODO to fix.
It's technically not a bug since the TCP connection is open. We're cycling our EventSource sockets every thirty seconds over here... How do you envision fixing this @slav?