Heath Stewart

Results 419 comments of Heath Stewart

After installing nixOS and starting with `nix-shell --extra-experimental-features flakes --extra-experimental-features nix-command shell.nix`, I was able to successfully test both `.bicep` and `.bicepparam` files. I notied when nix-shell was initializing from...

Since the new grammar handles more keywords, would you like me to add more to the corpus as well? There's no regressions, at least.

Never mind. I was incorrectly remembering the corpus test data was in this repo - not the tree-sitter repos. This PR should be good to go, then. Unless you wanted...

I'm also hitting this in a CODEOWNERS file. I'm inserting a line around the middle of the file and, when in INSERT mode, hit `tab` and jumped to the end...

Related to what was [commented](https://github.com/Azure/azure-rest-api-specs/pull/10783/files#r495469109), this isn't a pure documentation issue. I mean that the `basic_constraint` property is not defined in swagger (ergo, not documented). This needs to be a...

FWIW, I was able to get this working on GitHub's `ubuntu-22.04-arm` hosted image but I had to disable the `brew test-bot --only-setup` step because `brew doctor` was return a non-zero...

Is a PR not opened at all, or it's just not correct? Put another way, is there *any indication* a dependency needs to be updated? We plan on using workspace...

This has been open for almost 2 years and suddenly there's more activity. @bidisha-c please let me know if/when you're expecting another review. Until then, I highly recommend making it...

If the old versions' swaggers are available and just aren't in the TypeSpecs, I'm in favor of bypassing those validation errors; however, @mikekistler and @JeffreyRichter are the ones on the...

I've overridden that Avocado error, but I'm concerned about the LintDiff error since the endpoint should be `{endpoint}` and not `{endpoint}/language`. Is generated code handling that correctly on the TypeSpecs,...