Slava Abakumov
Slava Abakumov
Example: I filter by bbPress (which has 1 subitem - `Settings`) and see records about new topics/replies. When I select `bbPress - Settings` - I see several more records, which...
This snippet: https://github.com/CMB2/CMB2-Snippet-Library/blob/master/options-and-settings-pages/options-pages-with-tabs-and-submenus.php - will work correctly on PHP 5.4 and above, because of this `$cmb->options_page_keys()[0]`. Older PHP will fatal.
- [ ] Activity updates/comments - [ ] private messages - [ ] groups forum topics/posts - [ ] groups (they have title and description)
Sometimes I feel ambitious and create a bunch of tasks for myself for the day. On day 1 I complete them all, and nothing is moved to day 2. On...
> session_start(): Cannot send session cache limiter - headers already sent (output started at ...\phplog\inc\test.php:145) 
I have enabled notifications in Chrome for the domain where Pimp is installed, but PimpMyLog still shows a read message. 
It should be: ``` "require-dev": { "phpunit/phpunit" : "~4.2" } ``` and not: ``` "require": { "phpunit/phpunit" : "~4.2" } ``` Also, why not using phpunit 6.x?
https://getcomposer.org/doc/01-basic-usage.md#commit-your-composer-lock-file-to-version-control > Committing this file to VC is important because it will cause anyone who sets up the project to use the exact same versions of the dependencies that you...
Electron supports Windows, so why not create Windows installation file as well?
## Bug Report - [X] Yes, I reviewed the [contribution guidelines](https://make.wordpress.org/cli/handbook/contributing/). - [X] Yes, more specifically, I reviewed the guidelines on [how to write clear bug reports](https://make.wordpress.org/cli/handbook/bug-reports/). **Describe the current,...