Results 9 issues of zakuro

**code** ``` var arr = []int{len: 100} var n = 0 for i in range(0, 5) { arr[i] = i n += arr[i] } ``` **Expected behavior** Success **Actual behavior**...

bug

echo is not portable

zakuro: task

Length がマイナスの時にどういう挙動をとるべきか検討する。 https://discord.com/channels/949804431128535110/949804886541865020/951409809247338497 https://discord.com/channels/949804431128535110/949804886541865020/951413972316323850 main ではマイナスの場合、末尾までを返す。これはたぶん i 以降の全体をとりたいときに使える関数がないため

``` fn (nums ...int) |> f() ```

zakuro: task

https://vuejs.org/v2/style-guide/#Multi-word-component-names-essential Multi word component name is **Essential**. This library uses one word components likes ``. But we should use multi word likes `` I purpose to add alias to current...

To make it easier to jump to related repositories.