Slava Abakumov
Slava Abakumov
It's not possible to reopen it :) There is no such button for regular users.


While waiting for this issue to be resolved I switched to Mac and it's no longer relevant to me :)
@UVLabs @alexisferat Use a custom table registration instead of a generic `\WP_CLI\Utils\format_items( 'table', $items )`: ```php $table = new \cli\Table(); $ascii = new \cli\table\Ascii( [ Colors::width( 'value 1', true ),...
@luis-almeida Any update on this?
Thank you for the detailed explanation, very much appreciated. @jrfnl I think it's possible to migrate all issues using this script https://gist.github.com/slaFFik/e1593c6597f11bb7c4dd5122f7f04de9 You will need to recreate all the labels...
CircleCI tests can't connect to DB with this error: ``` ERROR 2002 (HY000): Can't connect to local server through socket '/run/mysqld/mysqld.sock' (2) Waiting for MySQL... ``` So something is off...
Yes, it has. `` It's called after everything registration-related (where data should be filled by user).