Konstantin Kovshenin

Results 7 issues of Konstantin Kovshenin

Currently the Overview section in the Query Monitor panel only shows us whether opcode caching is on. It would be nice to add some visibility into the memory usage and...

feature request
collector:overview

Hey folks! I was reviewing the code in Autosuggest.php recently and a few things stood out to me, which I'd like to share with you below. Please note that I...

enhancement

### Describe the bug Hello! Looks like version 2.3.0 and upwards no longer bundles built/dist files, which makes the Composer package not usable without an additional build/install step, for which...

type:bug

When using default Core author functions (`the_author`, `get_the_author_meta`, `get_author_posts_url`, etc.) we currently output/return the editoral author data (`post_author` in the database) and not any of the data set by the...

should have
to refine

Often times, especially during joins, you may end up with columns that have the same name, which currently does not work due to `remaining` being a dict in `_ensure_result_cols` with...

Fixes compatibility with PHP 8.2