Results 66 comments of Sanghun Lee

1. https://github.com/lablup/backend.ai/pull/624 Is this PR able to resolve second item of this issue - have localized device mask config options? 2. https://github.com/lablup/backend.ai/pull/712 And this PR can resolve third item of...

> I think you just updated the selected column list to be taken from ORM, instead of rewriting SQLAlchemy Core APIs with ORM-based queries. Could we go just one step...

the port number of aiomonitors changes due to better management of ports?

where should `metadata` or service definition configs be located?

we can simply retire stale entries by this https://github.com/lablup/backend.ai/pull/617 but I doubt how it happens. agent collects `container_id` by appending them into a list and pass the list to StatContext....

how about use `unused_kernel_ids`? and we can update or modify `kernel_registry` attribute in agent rather than in `StatContext` since methods in `StatContext` only *read* `kernel_registry`.

> Since we need a separate multi-query implementation `ai.backend.manager.models.vfolder.query_accessible_vfolders()`, it might not be possible to directly reuse `scoped_query()` as-is. How about adding an ID-based version of `query_accessible_vfolders()`? For instance, we...

how about prohibiting conflict between `status` option and `all` flag or adding a help message `"Ignores --status option."` like `--dead` option?

> Hi there, Can I work on this issue? yes. there is no one assigned yet. you can assign yourself on this issue

Do aiotusclient should be updated? it also uses tqdm directly [**Link**](https://github.com/lablup/aiotusclient/blob/main/aiotusclient/uploader.py#L36)