Ishan Goel

Results 138 comments of Ishan Goel

Why not have the actual go compiler compile to wasm? Go does have wasm support!

OOh, found this on the Gopher slack: https://github.com/open2b/scriggo Do you think that could come in handy?

Or perhaps how escape codes already present in the text are handled.

Can you make the spread and freq values accessible through the public API, @arsham? Also, @deathtrip, did it work?

Apparently the issue might be related to truecolor.

Some terminals support truecolor, which has more available colors to choose from. This might make the transitions smoother.

Through my research, I find that detecting whether the terminal supports truecolor is the hard part.

I'm unsure whether we need unit tests (testing is nice when functions are mostly pure). Greedy mentions sound great!

TBH the LOC the tests were adding was why I was a little hesitant. I think we can try out tests and they could be useful. Thanks!

Looks great! Thanks