Coackroach

Results 19 issues of Coackroach

there isnt any method defined for the `get_thumbnail_batch` endpoint of dropbox. The only implemented method is the `get_thumbnail`, which means if there are a 100 images on my drive that...

add support for the enter button to navigate or trigger validation for the steps when focused inside any input

enhancement

### What steps will reproduce the problem? create a field via migration for the `start` with `defaultExpression()` as `CURRENT_TIMESTAMP` and `ON UPDATE CURRENT_TIMESTAMP` ![image](https://user-images.githubusercontent.com/1536454/113134058-ce7cab00-9239-11eb-9ad8-03728c8c24be.png) Then try to alter the column...

type:bug
help wanted

The code formatting in the [pdf version](https://github.com/samdark/yii2-cookbook/blob/master/pdf/yii2_community_cookbook.pdf) provided for download is messy with the code blocks at several places, which seems like the markdown isnt correctly rendered or detected by...

bug

I am using the comments widget with `yii2-scrollpager` where i am loading the comments using the load more button, the problem is that the `delete`,`reply` `cancel-reply` buttons that call the...

What's the point of declaring the `refId` for the request when it is not being used in the code anywhere? see this [line](https://github.com/AuthorizeNet/sample-code-php/blob/master/TransactionReporting/get-transaction-details.php#L18) either the code is missing this param...

help-wanted
question

### What steps will reproduce the problem? Create a datepicker with the following options where you use `inline` option along with the `altField` option ```php echo DatePicker::widget([ 'name' => 'date_range',...

type:bug

…picker | Q | A | ------------- | --- | Is bugfix? | yes | New feature? | no | Breaks BC? | no | Tests pass? | yes/no |...

type:bug
pr:request for unit tests

`GeneratePHPDoc` seems to be generating the comments tag for the class properties when you have class with `700 lines` having the class properties around 36 including `private`, `public` and `const`,...

When using call specific compiler pass for `PrettyPrintDocBlocks` it removes the line spaces between `@params` and `@return` in the doc block which raises an error by the `phpcs`(Code Sniffer), >...