Langning Chen

Results 7 issues of Langning Chen

当我使用gcc编译的时候,总是会出现如下警告 ```json [{ "resource": "/workspaces/Coding/lib/configor/json.hpp", "owner": "cpptools", "severity": 4, "message": "when initialized here [-Wreorder]", "source": "gcc", "startLineNumber": 120, "startColumn": 14, "endLineNumber": 120, "endColumn": 14 },{ "resource": "/workspaces/Coding/lib/configor/json.hpp", "owner": "cpptools", "severity":...

Apparently the Command Palette is the successor to PowerToys Run: https://learn.microsoft.com/en-us/windows/powertoys/command-palette/overview

enhancement

Apparently the Command Palette is the successor to PowerToys Run: https://learn.microsoft.com/en-us/windows/powertoys/command-palette/overview

Microsoft Math Solver will be retired on July 7, 2025 [^1] , but the Math Assistant in OneNote is still alive. Using the new OneNote Math Assistant will make this...

### Describe the Proposed Feature This issue proposes adding helper methods to `SimpleWebAuthn` to support the new `PublicKeyCredential` static signals for passkey lifecycle management: * `signalAllAcceptedCredentials()` * `signalCurrentUserDetails()` * `signalUnknownCredential()`...

关于最近的 #53 #56 #58 #60 我想发表一些我的看法。 首先我可以明确的是,这个软件确实是用了友盟 SDK 来做遥测。合理的遥测是可以被理解和接受的。这一点作者只是没有写好用户隐私条款,并且没有给出关闭遥测的选项。对于有人说的收集 GPS 信息的情况,经过查询为友盟的正常反作弊行为。 但是我想知道的是,为什么开源版代码和反编译后的代码会有很大的差别。正如下图所示,左侧是反编译后的代码,右边是开源版本的代码。我们可以注意到 Release 打包后的代码多了很多权限申请,而且还多了一个被混淆过的服务器地址。这一点我想请作者给出一个合理的解释,这些代码是你故意添加的,还是被篡改的? 我们这样反编译,也只是为了我们自己的设备安全,并没有什么故意找茬的意思。我相信你写出这个软件本意也是为了大家方便,并且乐于分享。 如果你确实没有添加恶意代码,为了让大家放心,你可以使用 GitHub Actions 在线工作流进行打包和编译,这样能确保你的 Release 中的代码和你开源版本的是一样的,而并没有经过篡改。 如果我们错怪了你,我们深表歉意。希望作者能给出回复,谢谢。