Sungkwang Lee

Results 4 issues of Sungkwang Lee

To implement async rep socket, in my knowledge, there are two ways. * We can make multiple rep workers at same time. It can serve a request which is sent...

I want to implement async rep/req pattern, but there's no nn_recvmsg/nn_sendmsg supports in nnpy. In my understanding, async rep/req needs AF_SP_RAW socket and nn_recvmsg/nn_sendmsg with nn_msghdr::msg_control field. Do you have...

돋움체나 굴림체는 폰트 크기가 맞게 나오는 것으로 보아 폰트 문제인 것 같습니다. ![xterm d2coding](https://user-images.githubusercontent.com/1762769/39557136-5c00f988-4ec0-11e8-955a-a32024abd981.png) 뱀 모양의 에모지는 반자 폭으로 나오고, 한글은 실제 글자보다 살짝 넓게 잡히는 것으로 보입니다.

When Sass/SCSS file is imported with relative path in other imported Sass/SCSS file, original implementation fails to resolve path. This commit let build importer hook puts directory contains previous imported...