kawaemon

Results 7 issues of kawaemon

**Describe the bug:** If we pick Relax mod in osu!taiko, both of rim and centre key should hit all types of notes. But it doesn't. **Screenshots or videos showing encountered...

ruleset:osu!taiko
area:mods

Current parser does not accept this code since GenericType does not accept QualifiedType: ```go func g2(a foo.bar[int]) {} ``` This PR fixes this behaviour. Checklist: - [ ] All tests...

Edit (simplified): Output of rustfmt on nightly-2024-03-08: ```rs fn main() { app.with_state() .layer(xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx( |foo: &Xxxxxxxxx| macroxxxx!(??xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx), )); } ``` Expected: ```rs fn main() { app.with_state() .layer(xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx(|foo: &Xxxxxxxxx| { macroxxxx!(??xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx) }));...

poor-formatting
a-closures

初期描画は早くなるけど、CSSをダウンロードしてる間変な表示がされてしまうので、わざとしないのもあり?

needed more explanation

When targeting `experimental-nodejs-module` and using `#[wasm_bindgen(start)]` attribute, current `wasm-bindgen` generates `wasm.__wbindgen_start();` statement *before* `__wbg_set_wasm` call: ```js import { __wbg_set_wasm } from "./ej_bg.js"; let imports = {}; import * as import0...

needs review

WIP because this PR depends on #4091 When `--target experimental-nodejs-module` is specified, Either using `.mjs` extension or setting `"type": "module"` field on `package.json` is required to execute emitted javascript code...