Scott Buchanan
Scott Buchanan
Currently this library is not accessible when used with video, as there is no way to trigger a video to play via the keyboard.
Currently it is possible to set the search analyzer in `elasticsuite_indices.xml` with the `defaultSearchAnalyzer` key, but this gets ignored if the field is not used for search or sorting. This...
Some applications like Magento 2 are very folder-y, and it gets hard to see the files for the trees. Would be great to have an option to disable them like...
Ideally URLs that point to pages on the site without a shared root element would be labeled with the `no-ajax` class and thus not trigger the PJAX behavior. However, sometimes...
We ran into an issue with the module where tags in GTM were fired, but all the data layer properties were undefined. We traced it to the fact that we...
**App version** 4.0.6 **Installation source** App Store **Describe the bug** When integrating using native macOS calendar integration, my "delegated" calendars are not appearing as options in MeetingBar, whether read-only or...
### Expected behavior Credentials which should not be tracked in version control should be stored separately from theme configuration. ### Actual behavior Both credentials (`accessToken`) and configuration (`customLayouts`) are stored...
Sort is currently treating all values as text strings rather than sorting appropriately to the data type of the column. For example consider these current sort orders on the Queries...
This is a pretty trivial change but makes this block of code easier to read and parallel with the next block. Previously it was indented to look like an if...
When auto_update is set to true, the following dependency cycle is created: ``` Exec[composer_selfupdate_auto_update] => Composer::Selfupdate[auto_update] => Class[Composer] => Composer::Selfupdate[auto_update] => Exec[composer_selfupdate_auto_update] ```