Artem Russakovskii
Artem Russakovskii
I think the issue I found is similar enough to be merged into this one. If an issue is added to a project and then archived in the project, the...
We implemented support for `Memcached` and will be posting a PR shortly. Hope it helps someone.
You can have an Are you sure? confirmation button following that?
Actually, all of the descriptions are empty on GL's side, so I'm not sure why it only picked on `2.0`.
Same issue here, just updated to 22621.2861.62.1 and lost the ability to search in the start menu. No other UI modifying apps installed. Microsoft Windows Version 22H2 (0S Build 22621.2861)
> The WinX menu not working is a sign that symbols were not downloaded: [Wiki: Symbols ()](https://github.com/valinet/ExplorerPatcher/wiki/Symbols) > > Open up EP properties application and go to advanced, and check...
Win+X shows the menu and prints nothing to the console (I listed the output of the console from restarting EP above). The issue is the absence of type to search...
Sorry, I didn't mean Ctrl-F, just starting to type should work, but doesn't.
This query causes annoyances on our wp-admin and makes the plugins page load for 60s+. Why does it run on this page at all? If it needs to run periodically,...
I was able to get very modest gains for the inner query by adding this index: ``` ALTER TABLE `wp_yoast_indexable` ADD INDEX `object_type_version_object_id`(`object_type`, `version`, `object_id`); ``` With yoast's own indexes,...