Quanyi Ma
Quanyi Ma
The documentation could use some improvement to help new users get started. 1. Add a quickstart guide or getting started section. This would help new users install the necessary prerequisites,...
I am writing to report an issue I encountered while using Mega to import a Git repository. The repository in question is `https://github.com/AFLplusplus/qemu-libafl-bridge.` During the import process, I noticed that...
The mega lacks a user-friendly web interface for navigating the code repository, handling code reviews, and managing Merge Requests (MRs). We propose building a new web interface based on React.js,...
I've encountered this while using action-rs in the GitHub Actions workflow. The problem revolves around cargo tests and their interaction with test data managed via Git LFS (Large File Storage)....
@InfoHunter , 对于架构设计的几个想法: 1. `Surface` 可以改为 `Interface` 层,接口层是比较通用的说法,容易被多数人理解 2. 提供 `REST API` 接口,需要有个 `Daemon` 存在于应用中,这个 `Module` 中需要画出来,当然将来也可以提供各种 `PRC` 调用的接口 3. 对于 [Mega](https://github.com/web3infra-foundation/mega) 项目,需要有一个 crate 的封装进行调用,不提供 `endpoint` 给开发者使用 4. 对于 `Configuration...
The Tauri already release 2.0, and [Lunar](https://github.com/web3infra-foundation/mega/tree/main/lunar) should upgrade the library.
[__任务__] 整理修复 libra、mercury 单于测试用例 [__任务分值__] 12 分 [__背景描述__] GitHub Action 在执行单元测试时因为测试执行时间和内存问题被 OOM,后续在一些 PR 中引入了不确定的问题;目前采用 self-hosted 模式通过托管的服务来执行 Action ,可以完整执行 Linux 下的测试。需要对当前测试用例进行整理,修复失败的错误。 [__需求描述__] 1. 修复 libra 中的单元测试; 2. 修复 mercury 中的单元测试; [__代码标准__]...