Kunal Tyagi

Results 187 comments of Kunal Tyagi

@synsin0 if you're able to test the PCL from my PR (or the branch on my fork), please see if this fixes part of the issue. If you're unable, I'll...

Pinging @koide3

Could we resolve the issue of new users by demarcating the help, eg: ``` =================== Commands available in this project based on `pyproject.toml`: : ```

I don't buy the argument of a **performant cli** for the following reasons: * `--help` is not a hot-path so performance doesn't matter that much * `--help` giving good output...

Please don't shift goalposts. Both of your arguments are out of scope for `--help` and independent of this discussion. These details would be defined as per the PEPs governing pyproject.toml

We could extend the logic to: * Look into INCLUDE, and then remove those that match EXCLUDE * If a directory, check all dub-directories and files * If a file,...

Hi @kaislahattu please feel free to create the PR removing the url. The original project is long gone, and when I pushed this to Github originally, it was somewhat around...

Comments are tokenized here: https://github.com/kunaltyagi/nsiqcppstyle/blob/36f852f4f43f5cb11902538e7dee77614d895d43/nsiqcppstyle_checker.py#L302-L322 Adding a similar tokenizer for Qt comments (and a bit of machinery) plus tests should be able to resolve the issue. Looking forwards to the...

🤔 This would make some parses a bit more complicated. Is there any situation where such a thing would help? Current: * FUNCTION + OPERATOR = operator overload * FUNCTION...

@Johannes11833 What's the black version and python target syntax? Latest black on python 3.11 doesn't show any changes