Gyubong Lee

Results 106 issues of Gyubong Lee

**Checklist:** (if applicable) - [x] Milestone metadata specifying the target backport version - [x] Mention to the original issue Follow up PR of #1405. This PR performs overall revamps related...

comp:manager
size:XL

**Checklist:** (if applicable) - [ ] Milestone metadata specifying the target backport version - [x] Mention to the original issue - [x] Installer updates including: - Fixtures for db schema...

comp:manager
comp:client
comp:installer
require:db-migration
size:XL

**Checklist:** (if applicable) - [x] Milestone metadata specifying the target backport version - [x] Mention to the original issue - [x] Installer updates including: - Fixtures for db schema changes...

comp:manager
comp:client
require:db-migration
size:XL

refs #412, follow-up to #480 **Checklist:** (if applicable) - [ ] Milestone metadata specifying the target backport version - [x] Mention to the original issue - [ ] Documentation -...

comp:manager
comp:client
require:db-migration
size:XL

refs #412, follow-up to #480 Currently, `session status-history` raises 404 error because the `status-history` handler does not exist. ``` $ ./backend.ai session status-history mysession ✘ BackendAPIError: 404 Not Found Unknown...

type:feature
comp:manager
comp:client
action:on hold
size:M

### What Operating System(s) are you seeing this problem on? Linux (x86-64) ### Backend.AI version 24.03.0-beta.1 ### Describe the bug ![1-2](https://github.com/lablup/backend.ai-webui/assets/18283033/58513135-9225-4c85-bc63-d3b7e49dbe4f) ![1-1](https://github.com/lablup/backend.ai-webui/assets/18283033/680eccfb-47f1-4918-a84a-19024e80d1cc) ![1-3](https://github.com/lablup/backend.ai-webui/assets/18283033/5950e667-670f-48df-8cfb-43bba26565b0) The "O" mark is not visible at...

effort:easy
area:ux
impact:visible

Thank you for contributing to pyo3-asyncio! Please consider adding the following to your pull request: - an entry in CHANGELOG.md - docs to all new functions and / or detail...

# Add typescript definitions Hello, while I'm writing [alfy](https://github.com/sindresorhus/alfy/pull/138) typescript definitions, I noticed that there are no this lib's type definitions. May I do a pull request to add type...

Ref: https://github.com/sindresorhus/fkill-cli/pull/83#issuecomment-1114446977 I think it would be a common use case and might be implemented in this [useInput](https://github.com/vadimdemedes/ink-text-input/blob/master/source/index.tsx#L117-L188).

I am currently developing a high-level Raft framework based on raft-rs, as shown below. https://github.com/lablup/raftify One thing I've realized while developing this framework is that even a slightly incorrect storage...