Lemmingh
Lemmingh
🏗 重组
## Index * 📄 网站结构 * 📄 内容组织 * 📖 历史保留策略 * 📄 Q & A * `types/index.ts` ## Status flag * Draft: 早期讨论。 * Proposal: 基本确定,无需大幅改动。 * Spec: 已执行。
我很早就有这个想法了。在 [PR 31](https://github.com/TieBaMma/InstallTutorial/pull/31#issuecomment-621312611) 前后,越发认为**这个项目需要 bot**。那些机械重复劳动,让人来完成,费时费力、不方便、还容易出错,不如交给机器。 目前建议使用 [Mergify](https://github.com/marketplace/mergify) 管理 PR。如有需要,以后可以考虑引进其他的。 ## Index * Labels: * Mergify configuration: * Repo sync: ## Mergify configuration Outdated ```yaml pull_request_rules: - name: Automatic squash merge...
> Before reporting a bug - [x] Check [common issues](https://katex.org/docs/issues.html). - [x] Check the bug is reproducible in [the demo](https://katex.org). If not, check KaTeX is up-to-date and installed correctly. -...
### 联系方式 _No response_ ### 发生了什么? #### 复现步骤 1. 连接多个显示器,并分别设置 **不同** 的缩放级别,如一个 100% 而另一个 200%。 1. 启动 Snipaste。 1. 触发 Snip。 1. 注意到 Snip Tips 扭曲变形,无法阅读: ![2022-06-29_Crushed Snip Tips of...
Please add a definitive explanation of the contexts * `inlineSuggestionVisible` * `inlineSuggestionHasIndentation` * `hasOtherSuggestions` * `hasSnippetCompletions` to `api/references/when-clause-contexts`. Thank you. We find them critical when solving some problems, but have...
The documentation currently shows that extensions can define basic editing support (declarative language feature) in various aspects. However, when multiple extensions with overlapping contributions are enabled at the same time,...
### Clear and concise description of the problem I have a feeling that a serious documentation contributor has lots of things to do **before** editing a page: * Examine the...
## Background Here are two stories. ### Internal disorder is blocking new features and bug fixes I tried to draft a "plugin system" (substantially a huge architecture change) earlier this...
## Proposal * Always upload build artifacts, regardless of success or failure. * Always upload build artifacts, for all the build workflows. Finally I get a reason to do this:
## Proposal Convert default exports to named exports. Avoid default exports in future. ## Background There was a time when I thought default exports are succinct. However, they introduce insidious...