Ben Tsai

Results 4 issues of Ben Tsai

I had trouble logging in with [warp](https://www.warp.dev). (It works fine with iTerm2). ```bash ssh lists.sh Connection to lists.sh closed. ``` It may be particular to my machine, so feel free...

bug

Nerve failed to install when running `npm install nerve` on Windows XP. The end of the output looks like: ``` ERR! error rolling back [email protected] Error: UNKNOWN, unknown error 'C:\Program...

Missing apostrophes for "let's" and it's"

``` switch (digit) { case "0": return "⁰" case "1": return "¹" case "2": return "²" case "3": return "³" case "4": return "⁴" case "5": return "⁵" case "6":...