Jens Stalder
Jens Stalder
So this is still an issue? Is there at least a workaround? For example I am trying to add a property to an entity that does not need to persist...
Tried my hands with porting the ApiPlatform bridge over. Maybe it helps? ```
@ogizanagi Good question. The only benefit I see in relation to JsonSchema is that it shows up in the open API docs. My original goal was to extend the graphql...
I also have maps with additional polygon layers. The buildings obscure these polygons now (even if in 2d mode). Maybe it would be more flexible if one could define the...
Same here. Would be great if we could disable verify_peer for `Zend\Mail\Protocol\Pop3` `Zend\Mail\Protocol\Smtp` `Zend\Mail\Protocol\Imap`. This issue appears to be open for 2 years?
Oh didn't see this issue. Same thing here: #240 `https://github.com/zendframework/zend-mail/issues/240` I have a gues to what line causes it. Removing that extra space on the mentioned line seams to work....
Could be related to #191 and #240
Hi I will summarise my point of view discussed within the slack channel. For me a XML feed represents the state of something, and sync-instructions within it seam out of...
What we could elaborate on within the xml standard. Would be to have a single property xml as a root, so that people could implement direct CRUD implementations themselves using...
No, just an additional validation test for min and max which is only possible with xml 1.1. The PR still implements the new fields, it's just not as thoroughly validated.