Fallen_Breath
Fallen_Breath
`carpet.api.settings.SettingsManager#setDefault` https://github.com/gnembon/fabric-carpet/blob/814e96e5cfec92b0c6d8ef472bd1654cfa694feb/src/main/java/carpet/api/settings/SettingsManager.java#L692-L708 As described in the title, the conf file writing (line 699) code happens before the rule value validation (line 702). As a result, invalid rule might be written...
### 相关问题 与 #6303 类似的说明:这个 issue 虽然是在倾诉同一个需求,但问题背景和 #6303 不一样,这导致了 #6303 里提供的解决方案对我并不适用。因此,我认为有必要再开一个 issue 来询问 具体问题:v7.3.0 引入的 Inbound 合并功能,修改了 http 代理的端口(从 socks 端口 + 1,变成了和 socks 端口一致)。这一不兼容改动,导致我使用场景下大量的软件无法工作 ### 描述你希望的解决方案 添加一个可选功能,用于取消这一“Inbound 合并功能”,还原回 v7.3...
Currently the `version:setCoreVersion` gradle task does not work at all. This issue was introduced in https://github.com/ReplayMod/preprocessor/commit/bd94585a5ce658481bf0d05d373feea70adbcf10#diff-685e143269c0f7dc55e6a7df5984abce2494c04cf47d9fa6fe4f455a1fafea43L197 And here's a quick fix for it
Add automatic tab indentation support with the following steps: 1. Tweak the `String.indentation` to treat `'\t'` as a valid indentation 2. Make the `indentStack` store indentation strings instead of indentation...
https://github.com/skyrising/monument/blob/a29e1a80860dd2515db761e516c3507796ebee0c/src/main/kotlin/de/skyrising/guardian/gen/files.kt#L17-L21 Issue at: `DOWNLOADS.computeIfAbsent(url)` ignores the `file` parameter ## To reproduce 1. Define a branch container both mc 1.20.3 and mc 1.20.4, using mojang mapping 2. Run the monument ##...
## To reproduce 1. Run `gradle build` 2. Inspect the output artifact `build/libs/monument-all.jar`, check what the path `gradle_env/gradle/wrapper/` contains ## Expected behavior There's a `gradle_env/gradle/wrapper/gradle-wrapper.jar` file ## Actual behavior The...
### 问题描述 ## 问题 在编辑贴图的过程中,在已存在的标记附近新增其他标记、涂改划线时,会强制选中已存在的标记并对其进行编辑,导致原操作无法执行  ## 可能的解决方案 提供快捷开启 / 关闭专业版的“二次编辑”的特性,如在贴图编辑界面新增一个按钮开关,启用时临时禁用所有标记的“二次编辑”功能,避免在用户不想二次编辑时触发二次编辑 ## 临时解决方案 暂时的解决方法:使用免费版,别用专业版,这样至少非文本类型的标记不会有二次标记。微软商店版好像也不方便降级版本,还得切到便携版 ## 其他信息 相关 issue:#2748、#590 ### 运行平台 微软商店 ### 软件版本 Snipaste PRO,2.10.6
### 问题描述 ## 问题 二次编辑功能选中某个已存在的标记时,会调整该标记的图层次序,调整到上面一层。这会导致非预期结果 二次编辑功能极易误触。如需避免触发二次编辑功能,则需要再每次点击鼠标左键前,都确认好鼠标没有选中某个已存在的标记,也需要确保点击鼠标时不能手抖,导致鼠标移动而不小心点中其他标记 示例场景: 1. 用填充功能创建一个范围较大的标记(常用于覆盖图片已有的内容) 2. 在这个填充标记附近/上面进行操作,如新增标记、新增文字等各种操作 3. 不小心点到这个填充标记,触发二次编辑,导致填充标记图层顺序变到了最上层,覆盖了刚才新加的其他标记 4. 填充标记覆盖了大量其他标记,难以挽回/修复。注意图层顺序调整无法用 ctrl + z 撤销  ## 临时解决方案 1. 每次在已存在的标记附近操作时,小心翼翼地确保不要点到非预期的标记 2. 使用免费版,别用专业版。这样至少非文本类型的标记不会有二次编辑功能 ## 诉求 提供手动开启/关闭二次编辑的功能,如 -...
## To reproduce 1. `/carpet optimizedTNT true` 2. Go to the overworld 3. Place a respawn anchor, charge it with glowstones 4. Place a water on top of the respawn...