Nanashi.

Results 77 issues of Nanashi.

```rb mymethod "somearg" do |arg| puts "ABC" end.abc do |arg| puts "DEF" end ``` It crushes rufo with this traceback: ``` You've found a bug! It happened while trying to...

It would be good if there's `To Ruby From Javascript(Node.js)` page. JS is popular, so I guess many developers want this.

This PR adds `--location`/`-l` option, which shows the location of Rakefile. ``` ❯ bundle exec ruby .\exe\rake -l E:/ruby-projects/rake/Rakefile ```

DXRubyとAyameでUndertale風のものを作っています。 作っている途中に、再生速度を変更したいと思い始めました。 そのような機能はありますか? もしなかったら実装してほしいです。

https://user-images.githubusercontent.com/59691627/185745873-c2bfc49f-1665-4ff8-a17b-b24431264f30.mp4 Added a shortcut to `Alt-Wheel` and `Alt-Shift-Wheel`. `Alt-Wheel` changes the note width without putting note, `Alt-Shift-Wheel` changes the snap.

#### Suggestion Top.gg is being translated, and I thought that if user can translate bot description, it'll be good. #### Applicable Links or Attachments ![image](https://user-images.githubusercontent.com/59691627/120037837-3898ad00-c03d-11eb-9f0b-aa1d63e5bc57.png) Like this?(Just Photoshoped)

Feature Request

```python dispander.config["color"] = discord.Color.blue() # 埋め込みの色 dispander.config["footer_format"] = "{guild.name} / {channel.name}" #フッターのフォーマット dispander.config["allow_cross_guuld"] = lambda m, m2: m.author.id == m2.author.id # サーバー間展開。 ``` 関数を渡すと第一引数にURLのメッセージ、第二引数に展開するメッセージが渡される感じ。

![image](https://user-images.githubusercontent.com/59691627/169674386-fcda09a3-e841-4c60-aba0-76e8e7fce92e.png) Inline Tex(`$abc$`) cannot be escaped.

Currently tsserver cannot parse TS5.0 feature, such as const type parameters. Could you update to support them? Thanks. ![image](https://github.com/neoclide/coc-tsserver/assets/59691627/576c1aaf-333e-416b-99b1-3c8d5489976f)