reynierpm
- 活动总数 122
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 8
- 订阅数 28
-
-
reynierpm 创建了一个帖子, 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 创建了一个帖子, 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 创建了一个帖子, 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 创建了一个帖子, 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 创建了一个帖子, 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 创建了一个帖子, 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 进行了评论,