Heungsub Lee
Heungsub Lee
Hi Dag, I'm going to use Attest==0.5.3 instead of Unittest for [my project focused on Korean language](https://github.com/sublee/korean). So my test suites contain many Hangul characters (non-ASCII) and are hinted encoding...
Hi Daniel, Would you have a plan to support PyPy? not only CPython. Regards, Heungsub
The test coverage is too low. Now it's only 49%. I should make more test cases.
It fixes #13 by a very simple bug fix.
Even though I config the server as `10.99.0.0 255.255.0.0`, the generated `server.conf` always says the server is `10.8.0.0 255.255.255.0`.  ``` server 10.8.0.0 255.255.255.0 ifconfig-pool-persist ipp.txt push "route 10.8.0.0 255.255.255.0"...
관련 예전 이슈: - https://github.com/sublee/hangulize/issues/14 - https://github.com/sublee/hangulize/issues/20 @iceager 님 답변: > 독일어는 생각보다 철자로부터 발음을 예측하기가 어려습니다. 지적하신 합성어의 표기 문제도 복합어를 인식할 수 있는 알고리즘 없이는 완벽하게 처리할 수...
[Fabric v2](https://github.com/fabric/fabric/blob/v2/sites/docs/upgrading.rst) passes a context for every task functions. Fabtools macros also should take a context from the caller. Like: ```python @task def require_ntp(ctx): require.deb.package(ctx, 'ntp') require.service.started(ctx, 'ntp') ``` Or:...
I have a crash issue with green `PUB` socket. I reported the issue at https://github.com/zeromq/libzmq/issues/2252. I got an advice. He guessed I'm using zmq with multi-threading. When I use `zmq.green`,...
### Summary Incompatible type error on generated unary-unary handler code. ### Reproduction Steps Write `reproduce.proto`: ```proto syntax = "proto3"; package reproduce; service X { rpc Y(Z) returns (Z) {} }...
The latest version of Yappi is 0.92 but the Yappi vendorized to GreenletProfiler seems to be 0.82. It should be upgraded also.