Alexander Makarov

Results 280 issues of Alexander Makarov

See https://peakd.com/hive-168588/@crell/using-psr-3-placeholders-properly

status:ready for adoption
type:docs

This is related to mistake made in #38. In fact, we need the opposite behavior as in https://github.com/yiisoft/yii2/pull/19499

type:bug
status:ready for adoption

PHP 8 attributes may be a great fit to declare friendly exceptions.

type:feature

To ensure Injector is fine with popular container it is a good idea to run tests against: 1. yiisoft/di 2. php-di 3. league container Likely it won't reveal any issues...

type:test

For example, if there's `vendor/**` path excluded, there's no sense in traversing whole `vendor` directory. That will likely break backwards compatibility.

type:enhancement

```php $files = FileHelper::glob((new PathMatcher()->only('/var/www/yiiframework.com/**.jpg'))); ``` 1. No need to specify directory such as in `findFiles()`. 2. Should support absolute paths only. 3. Should determine non-dynamic part of the pattern...

help wanted
status:under discussion
type:feature

Related issue from Yii2: https://github.com/yiisoft/yii2/pull/15777

At least we need to document it step by step about what's required for it.

Collecting interesting routers here: - https://dev.to/alexdodonov/new-php-router-wich-is-24-to-42-times-fatser-then-yii2-router-2i77 - http://paul-m-jones.com/post/2021/07/27/autoroute-is-3x-faster-than-fastroute/

type:feature

It is currently mentioned in the README but details are missing.

status:ready for adoption
type:docs