Dmitriy Derepko

Results 153 issues of Dmitriy Derepko

It might be convenient to see to already hydrated request model not doing `dd()` or using Xdebug.

type:enhancement

https://github.com/yiisoft/request-model#general-usage The middleware example is incorrect

good first issue
status:ready for adoption
type:docs

Socket operations are added in https://github.com/yiisoft/var-dumper/pull/95 But it's common used things that can be reused from any other packages, e.g. `yiisoft/yii-debug`

status:ready for adoption

A stream can [be broken](https://github.com/yiisoft/var-dumper/blob/9fd803dbc4bb4805ef39d4bd0b0e01d0191ec77c/src/Handler/StreamHandler.php#L88) asynchronously after all checks. A test is needed

type:test

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

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

One way it to handle all cURL requests inside third-party libraries is to proxy all of them through internal wrapper with global stream/curl context. See: https://github.com/yiisoft/yii-debug/blob/71f6553db375c7a66cf40f6538d3b2995118bbf8/src/Collector/HttpStreamCollector.php#L26 It's impossible to do...

help wanted
type:feature

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

https://github.com/yiisoft/docs/blob/master/004-namespaces.md

Steps to reproduce: * Create any route with swagger declaration * Add Locale middleware from yii-middleware package * Open swagger What I expect to see: All routes should contain the...

status:under discussion