reynierpm

- Total activity 122
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 8
- Subscriptions 28
-
-
reynierpm created a post, Can't debug JestJS unit test in WebStorm 2024.1.1
I would like to debug JestJS Unit Test by clicking in a test file and running it or debugging it but I am unable to achieve that and I all get is:Process finished with exit code 1which does not tel... -
-
reynierpm created a post, phpStorm does fail to connect to Docker in MacOs
I am running Codeception tests through phpStorm and I am running into the following issue: Testing started at 12:05 PM ..."[docker-compose://[/Users/reynierpm/dev/docker/docker-compose.yml, /Users/... -
reynierpm created a post, phpStorm not recognizing PHP installed through Docker
I am running into a weird issue where phpStorm is not recognizing PHP when it is installed through Docker and setup using Docker Compose. See the image below: Docker is up & running as per this sc... -
reynierpm commented, -
reynierpm created a post, Composer not listing custom repository packages
We used Satis to manage our composer dependencies and I have that setup in my composer.json as follow: "repositories" : [ { "type" : "composer", "url" : "https://satis.companyname.com" }], ho... -
reynierpm created a post, Execute/Debug Symfony Command through IDE using Docker does not stop properly
I have setup my IDE PHP Interpreter using `docker-compose` as shown in the picture above: And I have setup some scripts (Symfony Command) as shown below: When I run or debug that file and then ... -
reynierpm created a post, phpStorm is listening to every incoming xDebug connection, why?
I am having a weird issue where an instance of phpStorm is listening to every single income xDebug connection even when I am explicitly saying ignore them. This is a micro services application whic... -
reynierpm commented,