Marcos Freitas

Results 13 comments of Marcos Freitas

I'm facing something like this, but my composer.json is on the root of the project: ``` name: Laravel E2E Tests on: push: # Publish `main` as Docker `latest` image. branches:...

✅ fixed for me. That was something wrong with the use of the attribute "working-directory". I think it could not be inside quotation marks.

I removed `"minimum-stability"` instruction and added `"php-http/message": "^1.8"` and it worked. Why it's is necessary I don't know. `geocoder-php/google-maps-provider` failed to be instantiated without it but it is a dev...

This feature doesn't exist yet? The Join Captcha bot has implemented it, but butler have more features.

Awesome @Steindvart, I agree. On my suggestion, I just left @kamranahmedse to pick the right color :)

I was facing this same problem. I solved this by importing the datasource.ts configurations at the ormconfig.ts. ``` import * as config from './datasource'; export = config.dataSource; ``` datasource.ts has...

Hi, @shadowgroundz. I placed my ormconfig.ts at the project root with the other files below. PS.: I was wondering if something could be improved in this configuration declarations but I...

Hey, there are any foresight for a stable release that covers this error?

@IsmetGlumcevic did you found a solution?