Kunal Tyagi

Results 185 comments of Kunal Tyagi
trafficstars

Both #1500 and #1688 have seen no work for a long time. Any ideas when this feature would land?

> Would you welcome a setup.py approach? Yes. There's no source code distribution so far.

Presentation mode is definitely better than nothing, didn't know about this mode. Thanks :) Collapsing different "slides" would reduce visual clutter due to duplicated content

Persuading someone might be a good idea. The sole reason for me creating this issues is that there are so many of them (and more if you search on github...

https://github.com/kunaltyagi/nsiqcppstyle/pull/35#discussion_r908763042

AFAIK, this is not possible since it is near impossible to differentiate between function call, variable and class/struct names in following syntax: * `x = alpha(3.5);` Is `alpha` a variable,...

I don't think we should limit to Windows, since case insensitivity is based on filesystem, not OS. Better solution would be to test if the fs is case insensitive and...

PS: Check the comment. If you're doing that, better take the file path into account since this property changes from path to path. The next solution is better: https://stackoverflow.com/a/36612604 And...

+1 for this. It could allow total separation of rule and engine. Then we could have groups of rules as well instead of putting `_A`, `_B` etc. on the rules