Lex Li

Results 614 comments of Lex Li
trafficstars

Please split this into two (one for stable version, and the other for prerelease version). The two differ too much, so cannot be discussed together. Keep in mind that when...

Like I commented in #963, you wrote new issues without following the well designed Bug Report template, so little can anyone guess what happened on your machine. As the author...

This repo has been idle for a long while, https://github.com/mono/mono/graphs/contributors?from=1/6/2024, while the new maintainers already made tons of commits https://gitlab.winehq.org/mono/mono/-/graphs/main If that doesn't prove where the future goes, I wonder...

Duplicate to https://github.com/mono/website/issues/633

The solution model (cache) is solution-specific, while the previewer requires a project-specific setting. So, when we work on the fork, we add two new settings and allow users to select...

Recent releases dropped Python 3.7 support. So, unless the issue can be reproduced with recent releases (6/7) on Windows, then further investigation can be made.

At least for our forked VS Code extension, developers can modify their macOS specific project to be multitargeting ``` xml net9.0;net9.0-macos ``` so that the previewer can use artifacts of...

@manijak that's expected. You have to use conditional compilation to exclude certain parts of your code (macOS specific) with `net9.0`.