Moshe Brevda
Moshe Brevda
@lgarron seems your method, while great, will cause the worker to be executed in the context of the page, and hence its `onmessage` handler will receive any message sent via...
My implementation is not implemented, that repo was to TRY to and implement the pattern... wasn't very successful.
It wasn't so much the spec part, as much as I wanted a Specification that can be turned in a query. That proved to be quite difficult and I ran...
I'm new to NativeView, so I don't have first hand experience (yet), but I would suppose you're correct: delegate() is probably most commonly used by remove(), which will use _specific_...
I take that there will be no support for php 7 before then, either?!
While Ubuntu 12.04 might be a LTS, that doesn't mean they will be adding security patches to php (which even php won't be doing!). PHP 7 shouldn't have any issues,...
Would it be ok to reopen this issue to continue the discussion? I'm really not sure that anchoring to a given Ubuntu release accurately reflects the broader user base of...
Yup, generators landed in [php55](http://php.net/manual/en/migration55.new-features.php). > Are they important for the driver API or just to make the driver's internal structure cleaner? My concern isn't not being to take advantage...
One nice feature in php7 is a [more intelligent parser](http://php.net/manual/en/migration70.other-changes.php#migration70.other-changes.loosening-reserved-words) that allows for otherwise reserved words in places that make sense. This will all for `and`/`or` methods/classes without having to...
With #107 merged and 2.2 out, may I recommend making 2.2 a LTS release without any new features? This would allow the driver to move forward with php7, without having...