Zach Margolis

Results 28 comments of Zach Margolis

Yes, you're right. Turns out pinning `json-schema < '2.0.0'` fixes this.

@aew yeah that makes sense. If we upgrade fdoc to use the new JSON schema format, we should probably provide a migration script for `.fdoc` files to the new style.

We don't have a way right now, but we could possibly accept `responseParameters` as an array of different responses if you wanted to do something like that. Scaffolding would not...

Sure, at that point I'd break scaffolding more into 2 versions, one that "globs" everything together (current behavior), or one that just treats each response separately. Maybe update the env...

Yes, I totally agree, this is a huge pain point. Unfortunately, I don't have any good ideas that are extremely clear and easy to explain. The JSON Schema (that we...

what's with the weird merge commit?

> It seems like we don't have _that many_ strings that include newlines. I wonder if the "values" here could just be raw text to avoid having to deal with...

Wanted to post to add, I have been merging `main` into this branch a few times, and scripted the work needed to "true-up" with main: ``` ./scripts/yml_fix_merge_conflicts --force make normalize_yaml...