Toon Verwerft

Results 280 comments of Toon Verwerft

@lstrojny I've thought about that as well and it could make sense to do so. Yet it's again more package(s) to the chain. The only thing this package really does...

@lstrojny Indeed : there currently is no interest in merging this PR. I've kept it open to keep track of the feedback provided to make this package a dev-only package....

Thanks for reporting. I don't think decoding currently really takes into account the xsi:type of the element for object-like structures. Can you share the WSDL so that I can take...

@diegobanos If it works in PHP's SOAP extension, but not in this package - then I'dd say it is a bug. As mentioned in the comment before : We currently...

Hello @franbuzz, It's surely something we need to fix from our side rather than from an implementer's side. I'll try to make some time for this after summer. Can you...

FYI I've spent most of the day trying to get this to work. Here is the initial draft: https://github.com/php-soap/encoding/pull/39 It's still a work in progress, but I think it should...

Latest php-soap/encoding release covers this: - https://github.com/php-soap/encoding/releases/tag/0.22.0 - https://github.com/php-soap/encoding/pull/39 Feel free to try it out. All real-world usage feedback is welcome :)

Hello, I'm coworking on this with Stef and wanted to jump in on the conversation: > A) How could we prevent form validation when filling in the form and only...

Small update: On A), I was thinking to add validation modes: 'late' or 'early' Made a little POC to give you an idea about what I was describing: https://github.com/veewee/ux/pull/1/files It...

@weaverryan Completely agree with your previous comment. This would be awesome! Let me know if there is anything else I can do to make this possible. Note: I indeed plaid...