Yip Coekjan
Yip Coekjan
This pr closes #4057. This feature could be demonstrated in the following table. Specifically, this pr renames 4 existing symbols and adds 4 new symbols: - rename some existing symbols...
## Description Different from `upper` and `lower`, `smallcaps` is not always supported by selected font (for example, default font in math equation). In my view, `smallcaps` is more like `emph`,...
### Description This is a feature request from https://discord.com/channels/1054443721975922748/1235249773876084778 Specifically, it requests a new named symbol (like `#sym.arrow`) to represent `⪰`, `⪲`, `⪯`, `⪱`. We discussed their proper names here...
### Description `emph`, `strong`, `highlight` and some other functions are element functions, so that we can use `set`/`show` rules to customize their behavior. This issue suggests `smallcaps` be element function....
https://github.com/rcore-os/trapframe-rs/blob/0f27d58f5a13ae08cf5293ab0999cd12878950e1/src/arch/riscv/trap.rs#L44 This line just sets Direct-Mode and `trap.S` does not support Vectored-Mode now. I suggest that this library support Vectored-Mode on RISC-V. --- 这行直接设置为了 Direct-Mode,而且 `trap.S` 目前也并不支持 Vectored-Mode。我建议本库支持 RISC-V 上的...
It seems that floating-point registers are not saved/restore, which may result in corruption on user register. --- 浮点寄存器似乎并没有被保存、恢复,这可能导致用户的寄存器值被污染。
> Migrating to rust-lang! 迁移后,本项目将不再更新功能,但若有问题,也可发 issue,谢谢。 No new features after migration, but issues are still welcome.
Some (_breaking_) changes on `sym` indicates synchronization is needed in the future. - https://github.com/typst/typst/pull/3612 - https://github.com/typst/typst/pull/3628 - https://github.com/typst/typst/pull/3740 - https://github.com/typst/typst/pull/3870 - https://github.com/typst/typst/pull/4059 - https://github.com/typst/typst/pull/4083 - https://github.com/typst/typst/pull/4113 - https://github.com/typst/typst/pull/4267 - https://github.com/typst/typst/pull/4305...
I found that `mov %fs:0x0, %rax` in my application got wrong FS BASE. After investigation, I found that `my_context->segtls[idx].key` (where `idx = 8` in my case corresponding to FS BASE)...