Dave Bray
Dave Bray
There are two deprecation notices appearing when I run composer update see below This looks like just a tidy up, your library is used by chrome-php which I'm using Deprecation...
https://jqueryui.com/upgrade-guide/1.12/#removed-zindex Your Line doesn't error, but doesn't have the desired effect **// zIndex will force the element on top of anything (like a dialog it's in) menu.element.zIndex && menu.element.zIndex($(this).zIndex() +...
I can see this has been discussed before in issue #788, and the code appears to work But in [PHP 8.2: Dynamic Properties are deprecated](https://php.watch/versions/8.2/dynamic-properties-deprecated) the documentation at https://sabre.io/dav/acl/ has...
In get_vcard - the query appends .vcf to the URL I have had to change it to reflect: //~ $result = $this->query($this->url . $vcard_id . '.vcf', 'GET'); $result = $this->query($this->url...
Retrieving a vCard once you know the id is easy enough but what would the search syntax be
### Prerequisites - [X] I have [searched](https://github.com/twbs/bootstrap/issues?utf8=%E2%9C%93&q=is%3Aissue) for duplicate or closed issues - [X] I have [validated](https://html5.validator.nu/) any HTML to avoid common problems - [X] I have read the [contributing...