Dmitriy Derepko

Results 153 issues of Dmitriy Derepko

https://github.com/yiisoft/yii-dev-panel/pull/72

| Q | A | ------------- | --- | Is bugfix? | ✔️/❌ | New feature? | ✔️/❌ | Breaks BC? | ✔️/❌ | Fixed issues | comma-separated list of...

We need kind of swagger ui, but for console commands. Scenario: - Select a command - Type arguments - Click to run https://github.com/yiisoft/yii-dev-panel/issues/64

| Q | A | ------------- | --- | Is bugfix? | ✔️/❌ | New feature? | ✔️/❌ | Breaks BC? | ✔️/❌ | Fixed issues | comma-separated list of...

See https://github.com/yiisoft/yii-debug-api/blob/23c4bea89ecd8e45038df9f0eab77ca59a4d9033/src/ServerSentEventsStream.php#L78 (https://github.com/yiisoft/yii-debug-api/pull/117) The stream doesn't read as enough as requested bytes. Should be fixed with intermediate buffer inside the stream.

See https://github.com/yiisoft/yii-debug-api/blob/23c4bea89ecd8e45038df9f0eab77ca59a4d9033/src/Controller/DebugController.php#L337 (https://github.com/yiisoft/yii-debug-api/pull/117) Event stream doesn't respect any OS signal, it just takes its time to wait (sleep) and them exits.

### I have an idea! **Problem:** `\Cycle\Database\ColumnInterface` doesn't have something like `getComment()` method. Also no one Driver directory contains `comment` keyword :) So the idea is to have a `getComment()`...

type:feature

### I have an idea! It would be nice to have a file reference in the following error: `Cycle\Database\Exception\StatementException: SQLSTATE[HY000] [14] unable to open database file in {project}/vendor/cycle/database/src/Driver/SQLite/SQLiteDriver.php:39` Or if...

type:feature

There is not way to pass configuration into `AssetBundle` class to a contructor, only to public properties. I'd like to have a method that accepts an object of `AssetBundle` and...