Gyubong Lee
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...
**Checklist:** (if applicable) - [ ] Milestone metadata specifying the target backport version - [x] Mention to the original issue - [x] Installer updates including: - Fixtures for db schema...
**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...
refs #412, follow-up to #480 **Checklist:** (if applicable) - [ ] Milestone metadata specifying the target backport version - [x] Mention to the original issue - [ ] Documentation -...
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...
### What Operating System(s) are you seeing this problem on? Linux (x86-64) ### Backend.AI version 24.03.0-beta.1 ### Describe the bug    The "O" mark is not visible at...
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...