Results 19 comments of maiha

Yeah, it should work with libncurses by `brew install ncurses`. I don't have os x env. Could you try it?

Yup, do you want to read one char right? I got same error. It would be my fault about CRT initialization. I'll try fix it. Thanks!

@tjgillies **C** works. But, **Crystal** doesn't. I think they are logically same codes, weird. It will take more time, sorry. #### c ```c #include int main() { WINDOW* scr =...

Nice! But it still exit immediately. ```crystal @[Link("ncursesw")] lib LibTest type WindowPtr = Void* fun initscr : WindowPtr fun raw fun nodelay(win : WindowPtr, v : Bool) : Int32 fun...

Hi @maxdec ! Thank you for many information. I tried you code, but unfortunately it still exits immediately in my environment. It would be a difference of OS where I'm...

Hi @oren Updated for crystal-0.32.1. Could you try 0.4.1? 🙏

Fun! I'll try it when I have a chance! thanks.

Oh, nice work for migrating from gatling-2.2.0-M3 to 2.2.0! I'm afraid there are some typos. Could you check it, please? thanks.

Oh, this PR seems heavy work due to complex issues. I'd like to simplify them by splitting into multiple issues (or PR). issue1) fix bug about routingKey (f2b11d5) : merge...