Sundar

Results 25 issues of Sundar

Hello, When I used GoSublime, the function names in the calls were highlighted in a different color when I use for e.g. the color scheme Dracula. How can I accomplish...

https://github.com/celrenheit/lion

I’m trying to map one key to perform two actions: Instead of just `map "n" nextTab` I’m tried `map "n" nextTab | scrollToTop ` and `map "n" nextTab scrollToTop`, as...

c => commands N lines below the cursor position How to do the same in the reverse I would like to comment N lines above the cursor position

feature

ksnip is working with M1 through Rosetta. Creating this issue as a placeholder to see if there are plans to support M1 native arm64 build (to avoid the overhead of...

feature_request

Hello, I'm using ` t, err := dateparse.ParseAny(v)` I'm trying the following input, and I'm getting ``` Parsing: 2017-04-03 22:32:14.322 CET => 2017-04-03 22:32:14.322 +0000 UTC => failure Parsing: 2017-04-03...

The current open tasks bullet are symbols. ``` open_tasks_bullet | ☐ | - ❍ ❑ ■ □ ☐ ▪ ▫ – — ≡ → › [ ] ``` Would it...

When there are **no XHR** within a route change, then the route-change transaction is marked as completed only when the next route change starts. So we see very long route...

discuss

Hello, From the threads ["Envinit middleware"](https://github.com/zenazn/goji/issues/83) and ["How to initialise c.Env"](https://github.com/zenazn/goji/issues/11) I assume that we have to initialize the c.Env map. I don’t see the middleware or a make being...

Hello It would be very helpful if we can also have a NONE level, by which we can silence the logger completely. Or is there already a way to do...