Gyubong Lee
Gyubong Lee
# Issue Auto update, check update feature not working on macOS, linux ## mac It seems this is related to app signing issue. arvis did not receive an app sign...
## Current Behavior on Dev env, error occurs when dynamically set the attribute src in webview ## Context Related Issue: https://github.com/electron/electron/issues/24171
## Expected Behavior search window, large text window, clipboard history window is always transparent ## Current Behavior After closing chrome dev tool, transparency would be cleared up.
## Expected Behavior * only valid files should be watched. ## Current Behavior * In symlink folders, all files are watched and this could cause severe waste of system resources...
## Expected Behavior Keydown event is triggered by all type of key down ## Current Behavior Only detect modifier key (cmd, ctrl, alt...). Alphabet, number keys are not detected. ##...
Ideally, performance tests could be very helpful. Unfortunately, it seems that performance test doesn't exist in `raft-rs` until now.
* `RefMutOwner` should be `Owner` * `RefMutContainer` should be `Ref`
I'm worryed about if there could kinds of memory leak exist where I use several hacks in unsafe code block. I can not find any signs of memory leaks in...
Existing code appears to assume the image name format is `//` https://github.com/lablup/backend.ai/blob/f16b76e81e357b2bd55da3b1dc7aa01b5eeccd26/src/ai/backend/manager/api/session.py#L1091-L1103 If the image name format is `///`, this logic incorrectly extracts the image name. For example, ``` >>>...