Nathan Du

Results 19 issues of Nathan Du

On an account without 2FA, logging in for the first time requires a code to continue. There is no way to enter the verification code in the plugin, however, making...

enhancement
good first issue

Per title. The following test if put in `TestSceneScreenStack` triggers it. I am not sure what is the intended behavior here. ```c# [Test] public void TestPushOnExitingWithoutBlocking() { TestScreen screen1 =...

area:screens
priority:1

* Removed italics due to not being compatible with mainstream Chinese typography.

Number ref 150 (`NUMBER_HIGHSCORE`) and 151 (`NUMBER_TARGET_SCORE2`) shows the final value of highscore and target score, instead of the current value as in LR2. Screenshot (note the graph area): ![20220209_221103_Play_▽10...

When a skin fails to load, often only `NullPointerException` is thrown, without anything indicating what field caused the exception. This makes debugging of skin loading issues tedious for skin creators....

版本: aa84c5f8a258312c7086a8a27db2255eb61064e3 事件定义: https://github.com/VickScarlet/lifeRestart/blob/aa84c5f8a258312c7086a8a27db2255eb61064e3/data/events.json#L11514-L11521 对 json 文件使用 `Ctrl` + `F` 后找不到能够触发这个事件的任何事件。 个人推测这个事件是 10439 的分支: https://github.com/VickScarlet/lifeRestart/blob/aa84c5f8a258312c7086a8a27db2255eb61064e3/data/events.json#L3787-L3792

The window cannot be dragged. It can currently only be moved by resizing. Affects Windows only.

Fixes #20977. Prereqs: - [ ] [Design work](https://github.com/ppy/osu/issues/20977#issuecomment-2094065077)

size/M

Would fix ppy/osu#3984. **Proposed design:** If deploying for windows, also `dotnet publish` for `win-x86` architecture. `.32` or similar can be inserted between filename and extension for 32-bit builds.