Alexander Pravdin

Results 119 comments of Alexander Pravdin

I have an issue that window contents are not redrawn until resize. When I run the IDE, it shows a blank gray window. When I resize it, it renders well....

I'm having this issue in version 4.24.4. Why all referred issues are closed without resolution?

For custom controllers, I can see the following entries in the generated routes file in the cache: ```php ... 'admin_profile.en' => [[], ['_controller' => 'App\\Controller\\Admin\\ProfileController', '_locale' => 'en', '_canonical_route' =>...

I think the issue is a regression after #6754. The `\EasyCorp\Bundle\EasyAdminBundle\Router\AdminRouteGenerator::generateAdminRoutes()` method now adds the `_locale` parameter to the generated CRUD controller routes. This leads to the issue in the...

> There is a clear convention, it does not make sense to repeat it in every rule Let me explain why I was frustrated. I don't read PHP CS Fixer...

As a simple example: https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/ec2_instance_state - in Terraform, all (or almost all) resources can be imported by the CLI command `terraform import`. And they put this info into each and...

As a non-guaranteed workaround, I've disabled automatic Microsoft Store updates. I suppose they were a reason at least for some of the dies. Since that, I've updated Windows to the...

I'm facing this issue with Docker Desktop running from under WSL ```none WSL (5984) ERROR: UtilAcceptVsock:248: accept4 failed 110 ``` But not always, randomly.