Jan Sorgalla
Jan Sorgalla
You can listen to the [`lity:ready`](https://github.com/jsor/lity/tree/2.x#lityready) event and select the iframe from the content via jquery.
I've discovered the same error when enabling touch events in the Firefox Developer Edition's Responsive Design Mode.
[email protected] from npm (1.0.8 isn't available yet), Firefox 46.0a2 (2016-03-07).
I think i'm having the same problem. This seems to fix it: ``` diff diff --git a/meta-box-group/class-rwmb-group-field.php b/meta-box-group/class-rwmb-group-field.php index 2999e5f..c2f018b 100644 --- a/meta-box-group/class-rwmb-group-field.php +++ b/meta-box-group/class-rwmb-group-field.php @@ -122,7 +122,11 @@ class...
A workaround is to have the following in your composer.json: ```json "replace": { "microsoft/azure-storage": "*" } ``` This prevents the `microsoft/azure-storage` package from being installed and fixes the `Ambiguous class...
The usual approach is, to make the method public and mark it `@internal`, for example like here: https://github.com/reactphp/stream/blob/9f7c59c7550d080e9a016e2e722f6b3830763528/src/WritableResourceStream.php#L115-L116
FTR: this has been introduced later intentionally to be consistent with the JavaScript implementation, see https://github.com/reactphp/promise/pull/83.
Thanks for this issue and for the interesting approach. Interestingly, i've started looking into this myself a few days ago :) As you said, the only way to **not** swallow...
Thanks @sasa-b! Released in [v2.3.0](https://github.com/jsor/doctrine-postgis/releases/tag/v2.3.0).
I just stumbled over this issue while researching [Client Hints](https://httpwg.github.io/http-extensions/client-hints.html). Here are few points to consider if Glide wants to support Client Hints: 1. Since Client Hints are sent as...