Vinit Kumar

Results 94 comments of Vinit Kumar

@marksweb @fsbraun Should we just close this one. It's almost half a decode old now.

Thanks for reporting this. I will need to think about a way to implement it in a backward compatible way. Let me get back to you on this.

@ernieIzde8ski I just looked into this. It looks like escaping is the correct thing to do in this case and there is no good way to implement this without breaking...

We also use it on our production server. Please merge this @lokesh. It is pretty neat and much needed.

@ssnyder Let me look into this and get back to you on this.

@marksweb Is this valid anymore and should be do it for `develop-4` instead or both?

@jrief Are there any updates on this? Also, would be great to see the number of queries reduction shown by Django Debug Tool or something? In my opinion, it would...

Nice one @wincent. Sorry, if this question annoys you, it there a performance benefit of using this in place of the .vim color files for base-16 because of better treesitter...

Awesome. Thanks. It is good to use already?

So, I use this simple Python script to profile the vim startup times (got this from github) ```python #!/usr/bin/env python # -*- coding: utf-8 -*- # # vim-profiler - Utility...