Results 13 comments of 김동완

> 음, onecc 의 -O 옵션은 string 을 input 으로 받는 것으로 보여요. optimization 폴더에 파일이 존재해야 한다는 내용은 어디서 확인하신 걸까요? onecc 파일 내부에 _get_parser라는 합수가 있는데 해당 함수를...

> 그렇군요~~~ 이 부분은 인지하지 못하고 있었어요 ^^ 우선 다른 이슈에서 얘기드린바와 같이 우리 프로젝트에서는 optimization dir 은 보류하고 작업하는게 어떨까요? 네 그렇게 하겠습니다!! 신경써주셔서 감사합니다 :)

> optimization directory 에 설치되는 cfg 파일들은 사용자에 의해 생성되는 파일이 아니고 시스템 상에서 설치해주는 파일이라고 해요. 아 그랬군요..! 뭔가 오해가 있었던 것 같네요 :) 알려주셔서 감사합니다 !

> 네, 연관 관계가 있어도 가독성을 위해서 별도로 올리셔도 되세요. ^^ @jyoungyun 안녕하세요 멘토님 2개의 파일을 나눠서 PR을 올린다고 가정할 때, 한 파일을 커밋 후 PR을 요청하고, 다음 파일에 대한...

@jyoungyun In the process of testing `onecc-docker`, we want to verify that the docker image was created successfully by adding a test file. Currently, the image name we generate is...

@seanshpark Thank you for your opinion. :) > About the scenario, this is not that important but I'd like to mention this; I will add it considering the scenario of...

> Oh, that's a good idea. I think this approach will be a clear and safe design. What do you think of this? I think it means that the scenario...

@jyoungyun, the code may not work properly because there is no dockerfile in the current PR(#9772) . Can you give me your opinion?

https://github.com/Samsung/ONE/pull/9737#discussion_r975311818 Docker image build takes a certain amount of time. Therefore, the user must be able to recognize that the docker image is currently being built. In this regard, I...

@seanshpark @jyoungyun When we used that route, we didn't know how to mount it with volume, but it was just for testing. I'm sorry that the contents of the test...