Ishan Goel

Results 18 issues of Ishan Goel

Can we add truecolor support? The ability to specify any R, G and B value?

Deleted files that match the patterns: ```gitignore *.DS_Store # Hide files made by MacOS *.iml # Hide files made by IntelliJ IDE *.project # Hide files made by Eclipse IDE...

Of course, I could add these to the false positives list, but maybe there's a better, more general way to tackle these.

bug

A possible fix for this would be to keep a list of already installed packages in a file somewhere and while uninstalling, check that the package is not in the...

No idea why, no specific trigger I noticed

bug

Then we could have better detection if messages are dms, instead of the hacky way (as I note in the comment) we do this detection rn: ```go if strings.HasSuffix(senderName, "...

I get errors related to cross origin requests when I open the debugging extension window of firefox. ![image](https://user-images.githubusercontent.com/38882631/110333327-eac26900-803a-11eb-8392-15915e9b580b.png)

This would allow this library to be used with https://github.com/gliderlabs/ssh/, for example.

enhancement

Also makes docs more consistent