J. King
J. King
The changelog for 2.23 includes the following: - Cloud Messaging: - Improve reconnecting logic. I'd hazard to guess the chances of your problem already being fixed are good.
There appear to be more problems with the algorithm. First, step 6.1.5 of the **matches the signature for WebM** function states: > If _iter_ is less than _length_ - 4,...
I would also like to see this as a configuration option, especially for Phake::when().
As I'm not sure what the spec should be saying on the subject, I don't think it would make sense for me to create a pull request. The 10.0.0 changelog...
As someone who does not otherwise use Steam, I would really appreciate this.
The specific failure has already been fixed by fad5984d304793f43cc1c8bf91969bf0d3f3bfee several days ago. More generally, the `PdoAdapter::fetchRow()` and `PdoAdapter::fetchAll()` methods should perhaps specify `PDO::FETCH_ASSOC` or `PDO::FETCH_BOTH` explicitly, as associative keys are...
Note this would address issue #136.
Thanks for clarifying. Sounds to me the answer is to handle character encoding properly, detecting encoding either from the HTTP header or pre-scan, then either prepending an XML declaration or...
In an effort to better understand the problem, I ran `DOMDocument ::loadHTML()` through html5lib's encoding-detection test suite (comprising 82 tests), inferring the encoding based on reading out some data I...
I've now taken a different tack to fixing this, looking for `` after parsing the document, and re-parsing with a byte order mark added if necessary. It necessitated altering tests...