Shemol

Results 26 issues of Shemol

**What type of PR is this?** **What this PR does / why we need it**: update sedna controller(Joint Inference and Federated Learning) proposal **Which issue(s) this PR fixes**: Fixes #

size/L

**What type of PR is this?** **What this PR does / why we need it**: - create deployment resources to enable pod to rebuild after manual deletion. - accomplish TODO:...

size/XL

Currently, deploying Kubernetes+KubeEdge+EdgeMesh+Sedna separately is time-consuming process for me.It feels like a disaster, especially when I need to modify the source code to build gm or lc. I would like...

kind/question

Mr. Tang Ming suggests that, unlike inference tasks, Federated Learning should be treated as a job that should not be modified once it is running. Modifying it essentially means restarting...

kind/question

## Summary The `BlockManager` in `consensus-core` has two vulnerabilities related to `missing_blocks`: 1. **Unbounded Growth**: The `missing_blocks` set can grow without bound when Byzantine validators produce blocks referencing non-existent ancestors,...

## Description This PR fixes two vulnerabilities in `BlockManager`'s `missing_blocks` handling: 1. **Unbounded Growth (OOM)**: The set could grow without limit when Byzantine validators produce blocks with invalid causal history....

## What's this PR about? Hey there! ๐Ÿ‘‹ I noticed the Badge component was missing test coverage, so I went ahead and added a comprehensive test suite for it. ##...

size:L

## ๐ŸŽฏ What's this about? Hey there! ๐Ÿ‘‹ I noticed our Chip component was missing test coverage, so I spent some time writing a comprehensive test suite for it. ##...

size:L

Closes #30200 Added comprehensive tests for the Avatar component covering: - Rendering with image URL vs fallback initial - Size, className, and textClassName props - Image load error handling and...

size:L

The Avatar component in `web/app/components/base/avatar` doesn't have any test coverage yet. Since it's a widely used base component, having tests would help us refactor with more confidence. Planning to cover:...