Yuriy Belenko

Results 11 issues of Yuriy Belenko

Trying to setup package in PHP-DI container and seems like I've found small mistake in `init` method. https://github.com/neomerx/cors-psr7/blob/0f968523b0b8215540915464aed08c5c4a4bf8b5/src/Strategies/Settings.php#L158-L159 Second `setAllowedOrigins([])` overwrites `areAllOriginsAllowed` to `false` value, then `enableAllOriginsAllowed()` makes no sense...

### Issue description or question With dry run option on plugin doesn't remove `.htaccess` file in subfolder. When I turn dry off(`dry: false` or omitted) it removes `/public/admin/.htaccess` file. Since...

#### System info: OS: Macos Mojave 10.14.3 18D109 VSCode 1.31.0 (1.31.0) VSCode extension vscode-gtm 0.2.0 ```shell $ git --version git version 2.19.2 $ gtm --version v1.3.5 ``` #### Bug description...

Hey, there! I'm PHP contributor of [OpenAPI Generator](https://github.com/OpenAPITools/openapi-generator) project. I used OAS3 schema with generated PHP server for a few years already and just noticed your package. Maybe you should...

OAuth2.1 and OAuth3 drafts has been announced. ## [OAuth 2.1](https://oauth.net/2.1/): - [RFC6749 - OAuth 2.0 Core](https://tools.ietf.org/html/rfc6749) - [RFC6750 - Bearer token usage](https://tools.ietf.org/html/rfc6750) - [RFC7636 - PKCE](https://tools.ietf.org/html/rfc7636) - Native App &...

security
security: auth

Great package, but I need basic pagination with `previous` and `next` buttons only. It there any way to hide `first` and `last`?

#### Test Case https://codepen.io/ybelenko/pen/VwKgwPw #### Summary I try to apply framework to specific part of the application. However it adds classes to all entities within page body. ```js $('.use-bmd').bootstrapMaterialDesign({}); ```...

### Is your feature request related to a problem? Please describe. It would be great to place models like `GetUsers200Response.php` into `Models/Responses` instead of just `Models`. When client library becomes...

Enhancement: Feature

Maybe it's just me as a member of [OpenAPI-Generator](https://github.com/OpenAPITools/openapi-generator) project, but I understood this package completely wrong from the first sight. I thought it's just a wrapper of some TypeScript...

```php echo (new Initials('Lasse Rafn')); // Output: JD instead of LR ```