Jonson Petard

Results 51 issues of Jonson Petard

### 1. What version of `Go` and system type/arch are you using? go version go1.21.0 windows/amd64 ### 2. What version of `GoFrame` are you using? GoFrame CLI Tool v2.5.1, https://goframe.org...

bug
planned

升级到 v7.0.0 后,在 Nuxt 3 中使用,出现如上错误。 --------------- 关键代码应该是在 `inShadow` 中使用的 `instanceOf ShadowRoot`,只需要做成 ` ShadowRoot && xxx instanceOf ShadowRoot` 即可。 cc @tangjinzhou

**Is your feature request related to a problem? Please describe.** i18n support. **Describe the solution you'd like** Use https://github.com/intlify/bundle-tools/tree/main/packages/unplugin-vue-i18n to impl it **Describe alternatives you've considered** No **Additional context** No

As you known, many countries have Internet censorship, especially in China. In few days, the MTProxy protocol was accurate identified by GFW(the server in worldwidecan beidentified). We need a new...

* ID: a632079 已被 Github 封禁

Docs related: * https://learn.microsoft.com/en-us/windows/apps/design/controls/menus-and-context-menus In current point, `windows-rs` has dropped the support of winui 3(with XAML). * https://github.com/microsoft/microsoft-ui-xaml/issues/2488 * https://github.com/microsoft/microsoft-ui-xaml/issues/2488#issuecomment-1734016690 * https://github.com/microsoft/windows-rs/pull/1836 There's a third part winui lib with no...

Before upgrading to eslint v9, these issues below should be resolved: * `eslint-plugin-import`: https://github.com/import-js/eslint-plugin-import/issues/2948 * `eslint-config-standard`: https://github.com/standard/eslint-config-standard/pull/407 * should use `neostandard` intead * `eslint-config-promise`: https://github.com/eslint-community/eslint-plugin-promise/issues/449 * `eslint-plugin-react`: https://github.com/jsx-eslint/eslint-plugin-react/issues/3699 * `eslint-plugin-react-hooks`:...

S: Blocked

* 由于 `sidecar` 存放的目录是可见的,因此可以考虑将 checker 脚本移植一份,或者抽象一份通用逻辑,亦或者干脆整个 downloader?使得用户在不更新 UI 的情况下,仍可继续更新内核(如果没跑路的话) * 同理资源目录,也就是程序目录是可见的,也许可以加一些定时更新 geoip 之类资源的选项,甚至自选(地址)的方案。 * 定期计划任务可以依赖 https://github.com/keiko233/clash-nyanpasu/pull/47 将重写的定时器(计划任务)模块 P.S 有听说 Tauri 会覆盖一些文件,在启动的时候,不知道是否包括资源、sidecar,如果包含的话,那我们可能还得想想其他变通方案。

T: Feature
help wanted
C: UI
C: Backend
pr welcome

### 需求 / Requirement i18n 修改成一个语言一个目录的结构化状态。 导入翻译平台,比如说 [Transifex](https://www.transifex.com/)。这里定时拉取最新的翻译即可。 ### 建议实现 / Suggested implements 略 ### 备注 / Addition details _No response_ ### Clash Nyapasu 版本号 / Clash Nyapasu - ###...

T: Feature
C: UI

### Discussed in https://github.com/LibNyanpasu/clash-nyanpasu/discussions/463 Originally posted by **S-T-eve** February 20, 2024 很久之前就发现个事,日志页的默认显示层级不是最高到info嘛 然后有天(就是之前GUI崩了但是core没退出那会)就心血来潮按了一下F5 然后就显示出debug层级的信息了 ![image](https://github.com/LibNyanpasu/clash-nyanpasu/assets/53549980/19eb0ce5-c0e6-431f-8ae9-60fd14c299f4) 所以这个算是“特性”还是bug