yii-debug-api icon indicating copy to clipboard operation
yii-debug-api copied to clipboard

Public API for Yii debugger

Results 13 yii-debug-api issues
Sort by recently updated
recently updated
newest added

| Q | A | ------------- | --- | Is bugfix? | ✔️/❌ | New feature? | ✔️/❌ | Breaks BC? | ✔️/❌ | Fixed issues | https://github.com/yiisoft/yii-debug/pull/248

status:under development

You can trigger a rebase of this PR by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- Dependabot commands and options You can trigger Dependabot actions by commenting...

dependencies
php

| Q | A | ------------- | --- | Is bugfix? | ❌ | New feature? | ✔️ | Breaks BC? | ❌ https://github.com/yiisoft/yii-dev-panel/pull/70 https://github.com/yiisoft/yii-debug/pull/225

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.