Kyujin Cho

Results 45 issues of Kyujin Cho

This PR updates codespace bootstrap script to reflect updated monorepo setup. This resolves #499.

maintenance

This PR is migrated from lablup/backend.ai-agent#333.

feature
agent

This PR is migrated from lablup/backend.ai-agent#361.

feature
agent

This PR adds new protocol variable which defines app's underlying transportation protocol. Sending protocol to wsproxy will help wsproxy determine equivalent proxying mechanism.

enhancement

webui's wsproxy currently determines proxy worker's listening port by [choosing 100 random integers](https://github.com/lablup/backend.ai-webui/blob/main/src/wsproxy/manager.js#L56). We need to rewrite this logic, so that user can choose which ports to use when configuring...

type:enhance
effort:easy

### What Operating System(s) are you seeing this problem on? macOS (Apple Silicon) ### Backend.AI version 22.09.1 ### Describe the bug Seems like Backend.AI CLI is failing to load `.env`...

bug
client
good first issue
hacktoberfest-accepted

### Main idea - As we officially supports VS Code OOTB, we can now remove “(Coming Soon)” phrase. - We need to update links to plugin repository which has been...

feature
docs
good first issue
hacktoberfest-accepted

### What Operating System(s) are you seeing this problem on? macOS (Apple Silicon) ### Backend.AI version 22.09.2 ### Describe the bug Response of `GET /session/{session_name}/commit` API has typo. ![IMG_0071](https://user-images.githubusercontent.com/2904494/196350027-454ece86-f2ff-449c-b144-9597152ea727.png) ###...

bug
manager
good first issue
hacktoberfest-accepted

### Main idea Since our README‘s badges related to PyPI package points `backend.ai` package, which is abandoned after we’ve migrated to mono-repo, is referencing outdated informations. ![IMG_0070](https://user-images.githubusercontent.com/2904494/196345430-551621c3-cc23-42d4-8d0f-b974a8db5b2e.png) I think we...

feature
docs
good first issue
hacktoberfest-accepted

### Main idea This is a (potential) follow-up issue for #737. The downside of current implementation is that manager need to perform RPC call for each container. When number of...

manager
agent
enhance