osu
Here are 587 public repositories matching this topic...
I'm bad with titles.

Basically, clicking the "news" text at the top left when you are viewing an article should redirect you to the news tab (https://osu.ppy.sh/home/news). It should also apply to other sub-categories.
-
Updated
Jan 3, 2021 - JavaScript
-
Updated
Jun 24, 2021 - Jupyter Notebook
-
Updated
Jul 25, 2021 - C#
-
Updated
May 25, 2021 - C#
We'll have to support multiple languages. A good start is looking at Crowdin as a source. We'll support languages by demand but for starters I think we'll support English, Japanese, and Chinese (Simplified and Traditional) given we have people proficient in those languages.
As for implementation, That would be the second part of investigation.
-
Updated
Jul 24, 2021 - C#
Fullscreen mode
Using alt+space window menu to get into the fullscreen mode is way to complicated.
There should be a command line option and maybe config file for starting in fullscreen mode. Also common key combinations like f or alt+enter for entering and leaving fullscreen seem not to work.
Silent mode
-
Updated
May 24, 2021 - Java
-
Updated
Jul 4, 2021 - C#
-
Updated
Jul 25, 2021 - C#
-
Updated
May 29, 2021 - C
-
Updated
Feb 18, 2018 - C#
-
Updated
Jun 24, 2020 - Java
Improve this page
Add a description, image, and links to the osu topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the osu topic, visit your repo's landing page and select "manage topics."
In the
osurepository, I see cases of[Resolved(canBeNull: true)](35) and[Resolved(CanBeNull = true)](50). The framework sets with only the field. Just a code quality issue and discussion to make the field private (which it can) or remove param.