Gaetano Giunta

Results 254 comments of Gaetano Giunta

Well, the $payload member of the Message is public, so you can access it at any time you want. You can dump it in your own code, before calling send()...

ps: as a side note: you really should use the latest version of the code (branch 4.0) if you are starting a new project, not the old one. It is...

It is currently quite easy to grab the request's generated xml before sending it over via the following 3 lines of code: ```php if (empty($req->payload)) $req->serialize($request_charset_encoding); var_dump($req->payload); ``` In the...

Q: I do not see STOMP mentioned here. Is it because it is already supported, or just off the radar?

I think this highlights the underlying problem of pageObjects: they disconnect the act of "navigating to an url" from the creation of the pageObject itself. While there are many good...

What about adding offset/limit to the `find` methods?

A question: should this be amh-AM or amh-ET (language-COUNTRY)?

Squashed and rebased. Answer to question is: 2-letter code is country name

+0.9 as there is no bc risk. Also it seems to be the only case where we have one useless subfolder in our caches. Otoh if we do not change...