Joongi Kim

Results 259 comments of Joongi Kim

@inureyes 그 부분 해결을 위해서 #1732 초기 구현이 필요합니다. 안 하고도 끼워맞출 순 있긴 한데 같은 코드를 여러 곳에 copy & paste하게 되는 문제가....-_-;

More comments to clear up later: ![image](https://user-images.githubusercontent.com/555156/87768950-de915d80-c857-11ea-8c86-1f80cd4304b9.png)

Related PRs: #559 and lablup/backend.ai-client-py#198

As long as the user (`work`) can read it, I think it is better to let it stay as `root`-owned to prevent mistakenly removal or modification. Just `chmod`-ing to 644...

This is an extension to #134.

> link [UUID with efficient 22-byte encoding](https://github.com/lablup/backend.ai-internal/issues/10#issuecomment-1161460910) cannot found. > > it seems internal repository. It's just: ```python >>> from base64 import urlsafe_b64decode, urlsafe_b64encode >>> import uuid >>> urlsafe_b64encode(uuid.uuid4().bytes)[0:22] b'QGPAkw1pQyWsBkUgpNvhng'...

Hmmm... Pausing when OOM occurs seems not to be a valid strategy to let users resolve the problem by themselves, because the OOM state won't be changed but just frozen....

We need more discussion about the scope of server-side logic in wsproxy v2 in the open source distribution.

Hm... I think secret access is not allowed from PRs by forks. https://github.com/openmainframeproject/feilong/issues/367 Let me think how we could workaround it.