Loz Calver
Loz Calver
When a block is unfinished, the next line is highlighted instead of the current one: Low priority, but should be tidied up to make the highlighting more consistent/useful.
This only seems to occur when the Vue plugin is enabled _and_ the project in question has Vue components to “activate” the plugin (using PsiViewer, the file is parsed in...
`mapbox-gl` 2.6.0 added a new option for “cooperative gestures” - when enabled, touch panning requires two fingers and scroll zooming requires ctrl to be pressed while scrolling: https://github.com/mapbox/mapbox-gl-js/blob/main/CHANGELOG.md#260 Could you...
Hi, I’ve been trying to enable filters one-by-one for my application in the least intrusive manner possible. So my current configuration is: ``` ModPagespeed on ModPagespeedRewriteLevel PassThrough ModPagespeedEnableFilters in_place_optimize_for_browser,image_preserve_urls,convert_jpeg_to_webp ```...
Any chance you could look into releasing a React 17 version? A quick test (`npm install --force`) suggests it won’t need any changes 😄
https://github.com/silverstripe/silverstripe-cms/search?q=translatable This module was only ever SS3 compatible, so these references are effectively dead code and can be removed
Please don’t ask how much time I wasted because of this bug 😭😂 ```php
If a page type is removed, records left in the `SiteTreeLink` table may still point to it with `ParentClass='App\Model\RemovedPageClass'`. This can result in a `InjectorNotFound` exception in the CMS (from...
https://github.com/silverstripe/silverstripe-admin/blob/1.11.1/code/Forms/FormMessageBootstrapAdapter.php It’s currently in the wrong namespace, and has the wrong file name. We can fix the file name with no BC risk, there’s a very minor BC risk with...