Yunseong Hwang

Results 22 comments of Yunseong Hwang

`WikiExtractor.py` depends on `fileinput`. `fileinput` depends on `bz2` when using `fileinput.hook_compressed` and reading `*.bz2` file. But `bz2.BZ2File` in python2 _"does not support input files containing multiple streams"_, as it says...

I think it's neither gradle nor aar. I'm not using gradle but using bazel with `android_binary` rule to build an app. Also what I know about aar is that we...

This issue is a bit old, but I think now we can use `pyhocon.converter.HOCONConverter.to_hocon()` for saving config objects into files: https://github.com/chimpler/pyhocon/blob/091830001f2d44f91f0f8281fb119c87fd1f6660/pyhocon/converter.py#L78-L151

Currently `config.put(key, value)` seems to work, like `config.put('a.b.c', 5)`, but not `__setitem__`.

안녕하세요. 리포트 감사합니다. 말씀주신 부분의 기능은 초기 개발과정에서도 충분한 시간을 들여서 테스트를 해보지 못한 부분인 것 같습니다. 그리고 사실 당분간에도 개장시간동안 그렇게 길게 테스트를 하면서 확인해볼만한 여유가 없을 것 같아서요....

>QueueBasedBufferedIterator가 import 되지 않은 프로그램이 있어서 import 해 놓으시면 감사하겠습니다. 말씀주신 부분은 https://github.com/elbakramer/koapy/commit/ab41cbc7f9cc8be848475db258cb24ef4fb739b8 을 통해 [v0.3.5](https://github.com/elbakramer/koapy/releases/tag/v0.3.5) 으로 배포해두었습니다. 다시 한번 리포트 감사합니다.

해당 내용 #36, #40, #41 등과 관련이 있었지 않나 싶어서 우선 링크해놓습니다.

여기서 언급된 `async_call()` 함수의 경우, 기존 파이썬의 `asyncio` 등과 혼동할 가능성도 있고, 실제 Qt 동작과 관련시켜 (QueuedConnection) 좀 더 명확하게 하기 위해서 버전 v0.9.0 에서 `queuedCall()` 로 이름을 바꾸었으니 참고...

안녕하세요. 늦었지만 리포트 감사합니다. 설명을 너무 짧게 해주셔서 실제 문제가 되셨던 상황을 구체적으로 상상하기가 어려운데요. 일단 문제는 해결이 되신거 같으니, 이번 기회에 주문취소와 관련하여 일반적인 설명을 여기 덧붙여봅니다. #### 1....

아 그렇군요. 이해했습니다. 이 부분은 제가 몰랐던 내용이네요. 말씀주신 부분은 [gRPC 의 response-streaming 케이스](https://grpc.io/docs/languages/python/basics/#defining-the-service)에 대한 동작을 제가 좀 더 자세하게 알아봐야 할 것 같습니다. 지금 당장 추측하기로는 문제가 되었던 _"리턴값이...