Ishan Goel

Results 18 issues of Ishan Goel

This is awesome! Does it have a Firefox extension?

An asciinema showing this [here](https://asciinema.org/a/dmG2SoZwuVsvFAH4C8Wl37l5u?speed=3). With the Ruby lolcat (original): ![Screen Shot 2021-01-12 at 7 07 08 PM](https://user-images.githubusercontent.com/38882631/104332217-65727a80-5509-11eb-87d3-0db7f19ee9c6.jpg) With rainbow: ![Screen Shot 2021-01-12 at 7 08 28 PM](https://user-images.githubusercontent.com/38882631/104332406-9488ec00-5509-11eb-9be7-1ece7e467eff.jpg) This is...

Can we let the user exit raw mode through some public function (and then get back to it)? How would this be implemented?

Demo of the issue: https://asciinema.org/a/1dhK4SCMVSAnm8l6FFBdvxtcZ Function with the problem: https://github.com/quackduck/devzat/blob/da1ceb123f677382b47171702d0fcacc7c0d055a/main.go#L749

This line: https://github.com/MichaelMure/go-term-markdown/blob/master/renderer.go#L487 makes it so the code is rendered only in one theme, instead, the user should be allowed to configure what theme code blocks are rendered in. Should...

I noticed that option+→ (move right by word), option+← (move left by word) and option+delete (delete by word) weren't working, at least on macOS. Used raw mode and some debugging...

> [email protected]: Permission denied (publickey). options: 1. we should have a little message above this saying what the problem is (need pubkey gen) 2. we should allow joining but send...