Derui Yang

Results 13 issues of Derui Yang

比如性能如何?怎样配置输出到文件?或者在哪里能找到相关的示例?

enhancement

Hello, I'm sorry about my broken English. So let me ask the question directly. In file [cache.rs](https://github.com/iced-rs/iced/blob/master/graphics/src/widget/canvas/cache.rs), the method `draw` use a `impl Fn(&mut Frame)` as its parameter: ```rust pub...

feature
widget
canvas

I have tried to boot rustsbi-qemu with oreboot but it didn't work. Is there any documentation that can guide me, or is it not available yet?

- 缓存更多预编译程序 Qemu、musl toolchain 等可以以预编译压缩文件的形式缓存,减少下载和编译的耗时。 - 本地与 CI 的一致性 应该实现本地脚本与 CI 流程的一致性,尤其是应该在本地体现测试矩阵。这样有 2 个好处: 1. 提交前方便本地一键测试,发现问题更快; 2. CI 出错方便本地复现; 最好的方式是本地直接读取 Github CI 的脚本,复刻 CI 上的运行流程,但不清楚是否有支持这种操作的现成工具。本地也无法支持 CI 那么干净且多样化的环境配置。其次是减少 CI 脚本里的语句,尽量复用本地脚本逻辑。 -...

enhancement
refactor

- fix: 改正中断转发的实现,现在 ssoft 和 stimer 都正常响应 - refactor: 用 sbi-testing 测试 - refactor: 实现一些访问 clint 的裸函数,现在 m 态代理 s 中断不需要切换上下文 Signed-off-by: YdrMaster

bug
enhancement