David M. Carr

Results 55 comments of David M. Carr

That makes sense. Maybe a new `GenerateSchemaSetsTask` that takes as input arbitrary schema files that may have dependencies between them, and outputs a different set of schema files that have...

@eshepelyuk are you voting for the "register with schema server" feature, or the "generate schema sets" feature?

@shanestrasser Thanks for reaching out. So... a bit of an update. I'm slowly making progress on an approach which will add a task that takes a directory of schema files,...

@ykcai Will answer your question on #115.

For anyone who may be interested, I've managed to get a slight variant of this working for a Dropwizard 0.7.1 app that I needed to deploy to AWS. https://git.nexus.commercehub.com/snippets/291

I'm interested in this capability, and would ideally like it added sooner rather than later. Our particular use case is for documenting APIs where the request and response bodies are...

My expectation is that the AST would contain the hyperlink, not the content of said hyperlink. It might be useful for the AST to "know" that it's a hyperlink as...

Yep, that's exactly the AST I was considering.

Short summary of the behavior: When removeChild is called with a parent other than `oldChild`'s actual parent, and `oldChild` has no siblings, it results in setting the specified parent node's...

@karfau Sure thing. I've updated #135 with my analysis. While they both impact `removeChild`, they appear unrelated as this ticket deals only with the `childNodes` state and the other ticket...