Astrozen
Astrozen
When the font choice is set to `System Default`, the CSS attribute `font-family` is set to a nonexistent generic font family called `System Default`. This makes the font match to...
## 拉取/合并请求描述:(PR description) The [XDG Base Directory Specification](https://specifications.freedesktop.org/basedir-spec/basedir-spec-latest.html) is established by Freedesktop.org, aiming to standardize the storage paths of application files and solve the disorderly state of various dot files...
观察到 scon 在生成 cmake 工程时使用 size 工具显示工程的占用空间。除了 size 工具外,还可以添加 `--gc-sections,--print-memory-usage` 选项让 ld 输出占用信息。相比之下使用 `--gc-sections,--print-memory-usage` 输出的信息更加直观。 请问使用 size 而不是 `--gc-sections,--print-memory-usage` 是有什么考虑吗(`--gc-sections,--print-memory-usage` 依赖 bsp 作者添加链接选项,但这应该可以通过脚本在生成工程阶段实现) ``` text data bss dec hex filename...
**What does this PR change? What problem does it solve?** Introduces an extent content hook, which is useful when adding custom codes below `.Content`. e.g., adding mermaid diagrams, as [hugo...
- OS: Arch Linux - Kernel: 6.1.9-zen1-1-zen - DE: Plasma 5.26.5 - WM: kwin - WM Theme: Lightly - Plasma Theme: Catppuccin Latte - GTK Theme: Catppuccin-Latte-Standard-Teal-Light - KiCad version:...
LVGL 9 has been released for a long time. Are there any plans to go forward with LVGL 9.x?
qtawesome [drop](https://github.com/spyder-ide/qtawesome/pull/272) 了 fa4 支持,我这里替换成了高版本的 font awesome。 有一个问题是用户配置文件里也存了相关图标符号,不知道有没有除了删除配置外的平滑过渡方法
- [ x ] I've checked [docs](https://rich.readthedocs.io/en/latest/introduction.html) and [closed issues](https://github.com/Textualize/rich/issues?q=is%3Aissue+is%3Aclosed) for possible solutions. - [ x ] I can't find my issue in the [FAQ](https://github.com/Textualize/rich/blob/master/FAQ.md). **Describe the bug** Progress bar...