maiha
maiha
Thank you for the nice library! Let's make it work on latest Crystal.
Hi, @sdogruyol ! As always, thank you for the development of a nice library. This SQS library is working fine in 0.35.1, but the S3 tests are failing due to...
Just fixed filename about inspect. Best regards,
It should be one. - https://github.com/ruivieira/curses - https://github.com/maiha/crt.cr - https://github.com/jreinert/ncurses-crystal - https://github.com/agatan/ncurses.cr
1. extract 2. compile 3. test 4. fix the code 5. goto 1 again
Although it would be an issue of `Crystal`, it happens sometimes. ``` RedisError: LOADING Redis is loading the dataset in memory RedisError: LOADING Redis is loading the dataset in memory...
Thank you very much for the nice API data. I want to embed this JSON data into my app. What is your license information? best regards,
We multi-bytes users want to treat UTF-8 as is like Yajl(Ruby). FYI, Yajl(ruby) doesn't quote UTF-8 strings. This patch quotes not UCS-2(UTF-8) but only UCS-4(UTF-16). Thanks
I'd like to check whether `libtensorflow.so` has been successfully installed or not in spec. Thanks.
Hi @sdogruyol ! I'm now heavily using `basic_auth` and it would be nice if we can call it in several times for independency of pages. This PR enables it. ```crystal...