Sathish Kumar S

Results 11 comments of Sathish Kumar S

Found a Similar issue: https://github.com/gluon-lang/gluon/issues/770 And it's commit to solve the issue: https://github.com/Marwes/gluon/commit/bb41fa15765f7825f7f7c1e64388010cd4610950 Using this worked for me but it required me to define multiple patterns (One with a trailing...

`$( , )` This is what worked for me but I had to define respective pattern matching to handle with and without trailing comma scenarios.

Hi @aaronabramov, I made a prototype of code-frame: https://github.com/TheWebDevel/codeframe-prototype. ![Screenshot 2020-06-20 at 4 36 08 PM](https://user-images.githubusercontent.com/24741291/85200384-8fb5de00-b314-11ea-9439-be6703e8fdfb.png)

Yeah! I'm planning to do those things as well. As I said, this is a prelim first implementation prototype. I'll do that and let you know. :D Thanks!!

Sure. I'll optimize the approach. So, can I proceed with the lookahead approach and extend it? I'll reply to this thread with the outcome of this ASAP. :D

Update: I found a way to collapse the output with single iteration.(Sorry about the colors, Need to find a way to put em back :P) ![image](https://user-images.githubusercontent.com/24741291/86537627-16baa700-bf0e-11ea-9869-df5aece4270c.png) Currently working on adding...

Ok, I integrated `colored_diff` with my logic for collapsing large output. It's so far so good. **What'll I do next?** 1. Going to write a lot of test cases. 2....

PR: https://github.com/aaronabramov/k9/pull/61