Felix Wolfsteller

Results 120 comments of Felix Wolfsteller

Mine too, I just started on some tests for the behaviour, still have 1 minutes to code before meeting ... Its along these lines (in test/http_verbs_test.rb): ``` ruby describe "non-success...

@paulccarey Arent such classes already be defined somewhere in net::http (e.g. http://stackoverflow.com/questions/6298281/net-http-get-source-code-and-status). I do not think that roar consumers need to control flow based on the exception raised. I would...

@paulccarey Fair enough. My initial proposal also includes that certain error codes can be ignored (i.e. no exception raised and response consumed normally), as I discovered some services that always...

@paulccarey In my case the 404 indicated that the service implementation or server configuration was wrong :) Yes, I meant let roar consume the payload (really in analogy to mechanize).

If I access the constant `ACS_HLINE` via a screen it produces the correct output, btw (but not `ACS_ULCORNER`). ``` def main begin scr = initscr scr.mvhline(1,1, ACS_HLINE, 4); scr.mvhline(2,1, ACS_ULCORNER,...

Btw, I use (L)Ubuntu 14.04 64Bit, LXTerminal 0.1.11 (but it happens in XTerm etc, too) ``` $ ruby --version ruby 2.2.2p95 (2015-04-13 revision 50295) [x86_64-linux] $ rvm --version rvm 1.26.11...

Packages installed (`dpkg -l | grep ncurses`) ``` ii libncurses5:amd64 5.9+20140118-1ubuntu1 amd64 shared libraries for terminal handling ii libncurses5:i386 5.9+20140118-1ubuntu1 i386 shared libraries for terminal handling ii libncurses5-dev:amd64 5.9+20140118-1ubuntu1 amd64...

Great to hear that, thanks. Tell me if you need more information.

Output of `locale`: ``` LANG=en_US.UTF-8 LANGUAGE=en_US LC_CTYPE=en_US.UTF-8 LC_NUMERIC=de_DE.UTF-8 LC_TIME=de_DE.UTF-8 LC_COLLATE="en_US.UTF-8" LC_MONETARY=de_DE.UTF-8 LC_MESSAGES="en_US.UTF-8" LC_PAPER=de_DE.UTF-8 LC_NAME=de_DE.UTF-8 LC_ADDRESS=de_DE.UTF-8 LC_TELEPHONE=de_DE.UTF-8 LC_MEASUREMENT=de_DE.UTF-8 LC_IDENTIFICATION=de_DE.UTF-8 LC_ALL= ```

Somewhat longstanding issue ;)