Mike Ralphson

Results 411 comments of Mike Ralphson

> How can I limit the "inverse" to the "path" level? The original intent of the `--inverse` option was to see exactly what would be filtered / omitted. Over time,...

`state.parent` always holds the parent object (i.e. the one which has `obj` in it) identified by `state.pkey` which is the "parent key". So you can delete during the recursion, or...

Thanks for the prod - I will test locally and check there's nothing outstanding before merging.

> and look like its working but with missed parameters for paths with global parameters like `/path-example/{id}/` @yjose could you create a failing testcase to show what is currently happening...

Thanks, could you move the last commit to a new PR, as the functionality seems to be separate from the original intent?

As I read this, the `scopes` option is mutually exclusive of the `flags` option. I can see the reason from a code perspective, but wonder if it is what users...

Thanks for the report. Just tried it on MacOS 11.4 and could not reproduce (using npm). Does this happen if you omit the `yarn add` step, or use `npm i`...

Most reports of this issue seem related to CR/LF line ending issues on the scripts created on install. Why `yarn` would seem to be getting this wrong, or doing it...

> I was thinking along the lines of http://apisjson.org/ that they put at the root of their website/dev docs or in a GitHub repo they manage. We don't want to...