Natsu Kagami

Results 29 issues of Natsu Kagami

Took me a while to find where my `EDITOR` was set to `nano`. `man 5 configuration.nix` and [Configuration Options page](https://daiderd.com/nix-darwin/manual/index.html#opt-environment.variables) is saying that the default value is empty, but `EDITOR`...

## Summary of changes Enum constant values for parameter and response types are also generated. This was not generated before.

Similar to #2648, we also want to do this for Hangul (Korean text). Korean, while having spaces, have grammatical rules about attaching suffixes to words without spaces. Most of the...

Something to resolve https://github.com/ppy/osu/discussions/22040. I am not certain about the option though, especially the wording. Might also consider: - Having "Always / during gameplay / never" minimize leaderboard option. -...

size/S

## Short Description Allow primitive types (ints, floats, string types) to be replaced with an option, `primitive-mapping`, in the YAML configuration. ## Motivation Sometimes it is desirable to use a...

You said it needs a serious cleanup, so I re-wrote it for you. --- This change is [](https://reviewable.io/reviews/nojhamster/osu-parser/3)

Fixes #19972. Add pattern completion for `Unapply` tree contexts. A typical example would be ```scala optionList match case List(S@@) ``` which should be prompted `Some(value)`, due to `List.unapplySeq` expecting `Option[T]`...

Disclaimer: I made the binding library.

This beatmap: https://osu.ppy.sh/beatmapsets/966062#osu/2022204 has 542 max combos (check scoreboard and osu! API) But `oppai` currently reports 541 max combo: ``` ❯ curl https://osu.ppy.sh/osu/2022204 | ./oppai - % Total % Received...

This change is [](https://reviewable.io/reviews/natsukagami/themis-web-interface/35)