kimhongsu

Results 10 comments of kimhongsu

바로 답변을 달아주셔서 고맙습니다. 코드가 깔끔해져서 마음에 듭니다. ExampleBabyNamesGenerator_print()에서는 클로저가 생기는 부분은 없고, ExampleBabyNamesGenerator_slice()에서는 names 변수 때문에 클로저가 생기는거죠? ----------------- 여담으로 **디스커버리 Go 언어** 책은 얇으면서도 알차고 재밌습니다. 또다른 염재현님의...

Firefox 바이너리에 따라서 Shift-Space로 한영 전환을 하는 데에 차이가 있습니다. 전 4번 방법으로 문제가 해결되었습니다. 현재 develop 브랜치를 로컬에서 빌드하여 kime을 재설치 한 후 아래와 같이 테스트를 진행하였습니다. ### 테스트...

네. Ubuntu 22.04부터 Firefox가 snap 기반으로 Preinstalled 되어 있어서 kime가 동작하지 않으므로 README에 표시되어 있으면 좋겠습니다.

I changed the function signature so I couldn't make this pull request pass the test.

I should have tested `yarn types`. I made a data type mismatch on watchCompilation() function and test case of sources.test.ts. I will figure it out how to solve it and...

> First of all, I would like to suggest consolidate effort to new CLI (https://github.com/swc-project/swc/discussions/3859 / https://github.com/swc-project/swc/blob/main/crates/swc_cli/src/commands/compile.rs) I wish I could write RUST. My problem is that I don't know...

I resolved the type mismatch error. And I appended `--cwd` option too. There is a failure on integration test. I'm not sure this error is related to my code. If...

@ashkop You made my day. Howdy is working fine in my Kubuntu 23.04 now. ``` sudo apt install -y python3-opencv sudo pip install --break-system-packages dlib sudo howdy add ```

> This is an annoying one, using `--break-system-packages` should help but it's really not the clean way to do it. Maybe a venv for Howdy would be better @boltgolt Could...