Nicolas Gomez
Nicolas Gomez
Hi and thank you for your time, Sorry that it wasn't clear enough, Actually I want to serialize polymorphic JSON with a "type" attribute containing the type. I don't want...
I know that adding a duplicate API seems useless, but there is already one in the Request (headers is just calling header) ... I personnaly think that consistency should be...
Any news on this one ? The linked issue is closed, it's still unclear to me what step I should follow to configure my DNS server manually though ... My...
Hi, Let me say that was a very quick response ! Thanks a lot :smile: Here is an example that should show the issue ```rust use jsonschema::Resource; use serde_json::json; #[test]...
Hi ! I think the error is that `boon` doesn't register the http scheme automatically in the UrlLoader (a Retriever in this library). The way you added the schemas to...