Calcitem

Results 213 comments of Calcitem
trafficstars

看起来确实不是所有的分辨率都异常。 当缩放级别为 150% 时,我这边验证的结果是,以下2个分辨率正常: 800x600 1280x720 其他都异常。 (我的显示器分辨率最高可以配置到 3840x2400) 当缩放级别为 100%,估计无论分辨率如何设置都是正常的 (未验证)。 主贴已更新。

Understand! Very simple. Just add semantics. I don't know how to debug the flutter plugin. If you can provide some guide links to me, I can try to do a...

Yeah. Can any one release catcher-plus?

The author did not appear on GitHub for half a year before, and appeared again in the past few days. This is a good thing, and we were worried about...

楼主,微软日前推出了一个适用于 Visual Studio 的扩展程序 —— .NET Upgrade Assistant,让开发者可以在 Visual Studio 中直接升级 .NET Framework 或 .NET Core 桌面和 Web 应用程序至最新版本的 .NET。 微软在博客中[表示](https://www.oschina.net/action/GoToLink?url=https%3A%2F%2Fdevblogs.microsoft.com%2Fdotnet%2Fupgrade-assistant-now-in-visual-studio%2F),.NET 6(长期支持版本)或 .NET 7(标准支持版本)具有更好的性能,并为开发者提供了一系列的最新特性和功能。如果用户的应用程序是为 .NET Framework 或 .NET Core 构建的,现在是升级的好时机。...

Dear @jhomlala, First of all, thank you for creating this incredibly useful library, Catcher. Recently, I noticed that the project has not been maintained for quite some time. I found...

Dear @jhomlala and community, I want to express my support for @ThexXTURBOXx's initiative to maintain the Catcher project. As someone who has benefited greatly from this library, it's evident that...

We can use https://github.com/calcitem/Sanmill/commit/9de1aff2e4218875b46f083a1a5766c37d836bc3 ~~~ PlatformDispatcher.instance.onError = (error, stack) { Catcher.reportCheckedError(error, stack); return true; }; ~~~