Nish Tahir

Results 30 comments of Nish Tahir
trafficstars

@sosukesuzuki @fisker is there a chance I can have this looked at? It looks like this has been a long-standing issue that was tagged `help-wanted`. I'd be happy to address...

Yes, I fixed that and also the idempotency and formatting issues in queries. As in this example **Prettier pr-14838** [Playground link](https://deploy-preview-14838--prettier.netlify.app/playground/#N4Igxg9gdgLgprEAuEBHArnATgTwAQBiEEewAOlHngIYVUDEekAtswjHaZ1QEacC+FfiAA0ICAAcYAS2gBnZKGpYsEAO4AFZQgUpqAGzXUcCsTyzUwAazgwAytTYAZaVDjIAZgblwzF67Z2EpauAObIMFiYYj7M0hFRviByYfpwAIroEPCe3kkAVnIAHnapGVk5SF76PmIY2XAaqhK6INRyALRucAAmvaIgkdTS+mEAwhCs1Mht+voDKVChaQCCMJHSPOjwGtgubrk1SQAWMMz6AOrH0vBywWBwdjo30gBuNzgzYHKmIK+YAEkoH1YHYwFhpFIVsC7DAcGlDrUQBJVD4LhYJDMUXAfFhXu4xK5cTAmtRQsxplU8mJglhcTNQhjjqh5jSIbALtIejBjsgABwABjEWDgGGkItJ5Mp1SRMGoPE53N5SAATGJ0D4ACry3QypJwZg8Xp9HpOahLdBkuBELAU9ZhGbUbYQED8fhAA) ```sh --parser graphql ``` **Input:** ```graphql query Foo {...

@fisker @sosukesuzuki. Is there a process to have this looked at? I'm happy to address any comments/feedback that prevent it from being merged.

Looks like we aren't resolving the path correctly on Windows.

The windows issue is a bug and we are working on a fix for it. You don't need to do anything for now. Looks like the linux issue is a...

Looks like this is something we should check as part of the main parser. Similar to how we check for duplicate function definitions. With limited information - we might only...

What should the threshold for chaining calls be?

A new proposal that surfaced recently was to use conditional compilation constants as annotations for scoped blocks. For example ```brightscript #const __suppress_wist_rule_name = true function breakRuleHere() as Void ... end...

We should include a way to generate rule documentation from comments on the rules. That way we only need to make sure that the rules are properly commented and the...