Nanashi.
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  Like this?(Just Photoshoped)
Config機能
```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のメッセージ、第二引数に展開するメッセージが渡される感じ。
 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. 