Eduardo Bizarro

Results 39 comments of Eduardo Bizarro

this lib works fine with npm and yarn? there's no conflict?

hi @j3j5 i believe imagick will add up a good amount of mb to the image size, have u've test it to see how much this would be?

You can setup mailhog or similar (maildev) as a service, but i don't know if this is possible on gitlab-ci, i myself never used for this purpose. If you are...

Hi @nexxai Thanks for using my images! [Here](https://gitlab.com/edbizarro/php-docker-test/blob/master/.gitlab-ci.yml) a workaround until I find a way to change the .ini at runtime. ``` image: edbizarro/gitlab-ci-pipeline-php:7.4 cache: paths: - vendor/ test: script:...

hi @ddinchev You're right, actually, I don't have a pattern or schedule to update the images, from time to time I check the https://nodejs.org/en/ and if there's a new version...

I've pushed some changes with node v12 again and I'll wait a few weeks/months to update again to v13. Thanks for your suggestion and sorry for the trouble

hi @Mxrck I believe gitlab ci does not support mssql as a service, but you can set up an external DB and connect to it in your pipeline with right...

@harrysbaraini yeah, that fix the error, but now i'm getting another one on http://gitscrum.app/wizard/step1 FatalThrowableError in Gitlab.php line 168: Call to a member function users() on null

Hi @renatomarinho the error is still there. I manage to correct by filter the $repositories collection removing NULL values ``` // step1() $repositories = (object) app(Auth::user()->provider)->readRepositories(); $repositories = $repositories->filter(); ```

Sendo feito! :D https://github.com/artesaos/seotools/pull/57