Kangsu Kim

Results 12 issues of Kangsu Kim

Bollard updated to `0.3.0` which includes breaking changes. Also, crossterm updated to `0.9.3`.

dependency

Azure Pipelines will introduce a new image: "[VS2019-Server2019](https://github.com/Microsoft/azure-pipelines-image-generation/blob/master/images/win/Vs2019-Server2019-Readme.md)" Using this image can reduce CI time significantly as it is not required to install VC Build Tools.

enhancement
deferred

Updates after initial release may contain breaking changes in (de)serialization of repository index. So, we should prepare an automatic updating mechanism of it.

new feature
deferred

We should remove all associated built images and running problem services before removing a repository. However, we can enhance user convenience by invoking auto prune on repository removal.

ux/ui

Soma supports local file sources only. However, there are some situations users may want to use external file source. - File is too big Git repositories may have a repository...

new feature
deferred

Implementing view of current image and container status (built, running, version, etc.) may help user to inspect Soma resources.

new feature
ux/ui

https://github.com/PLUS-POSTECH/soma/blob/8593333d86f401544798eb515070147aa7bb7587/src/problem/configs/binary.rs#L41 Solidify 할 때 toml에 적어 놓은 순서 보존 안 되고 무조건 executable이 먼저 처리되는데 상관 없나요? _Originally posted by @Qwaz in https://github.com/PLUS-POSTECH/soma/pull/103/files_

deferred

See #104

bug
deferred

Currently Soma implementations simply passes Error to handle errors (without panicking). However these errors may mislead users when troubleshooting. We can give more descriptive messages on Error by mapping Error...

ux/ui

#85 introduced docker API based image build using in-memory load of build context. This is not a robust behavior as a big build context may consume a lot of memory...

enhancement