Michael Heap

Results 70 comments of Michael Heap

Spectral supports [extending rulesets](https://meta.stoplight.io/docs/spectral/ZG9jOjI1MTky-sharing-and-distributing-rulesets) via NPM packages (and via URL too). Let's keep the scope of this PR to what it is and we can always follow up with plugins

@ljoseph2 This was a proof of concept PR, which I've handed over to the Insomnia team. I believe it's planned, but no timeframe

Hello @Kong/team-insomnia! I spent some time rebuilding this feature on top of the latest `main`. There are some rough edges: * Sidebar is empty, not sure what to put there...

@EddieWhi Excellent catch! I've cherry picked in to this PR in case it helps anyone else

We're starting to build out our usage of `shot-scraper` and could really use the ability to define macros for usage later. Not so much the `inputs` functionality, just predefined functions...

Would it be possible to add an environment variable to disable using the checks API and fall back to annotations like it does when running on a fork? https://github.com/reviewdog/reviewdog/blob/98f2b8bb53a0f34b3407480c06ab8eb8506f03d4/cienv/github_actions.go#L107-L117 This...

@mlavacca Is this core or extended conformance?

This is an old issue, but his is now possible using `jq` and the new JSON formatter: ```bash trello card:list --board BOARD --list LIST_NAME --format json | jq -r '.[]...