Chris

Results 13 comments of Chris

Also: ``` GET /repos/:owner/:repo/commits ``` As currently there isn't a way to list commits on a repository either.

This is also something I'd really like to be able to do.

@WillemRoman Got a similar issue. What was your resolution?

> It looks that the OTA Common.xsd was not imported. Make sure that your XSD loads it That's exactly what I was thinking. I've been trying to generate the XSD...

I'm not able to look at this, but just before I finished for work on Friday, I decided to stop trying to convert everything, and instead only convert the OTA_*RS.xsd...

@cebe Don't forget to register these custom types.... ie. BaseTypes/XmlSchemaDate ``` $serializerBuilder->configureHandlers( static function (HandlerRegistryInterface $handler) use ($serializerBuilder) { $serializerBuilder->addDefaultHandlers(); $handler->registerSubscribingHandler(new BaseTypesHandler()); // XMLSchema List handling $handler->registerSubscribingHandler(new XmlSchemaDateHandler()); // XMLSchema...

I also got this. Did you manage to resolve it haarts?

Wow. Literally all three will work for me. Thanks for thinking outside the box. Will implement tomorrow and watch logs. On Wed, Feb 24, 2021, 16:03 Kevin Bond wrote: >...

Would love to see this.