Eglė Jusytė

Results 23 issues of Eglė Jusytė

``` ERROR: for nginx Cannot start service nginx: oci runtime error: container_linux.go:247: starting container process caused "process_linux.go:359: container init caused \"rootfs_linux.go:54: mounting \\\"/d/www/zaidimustalai.lt/dockerized-magento/config/nginx/nginx.conf\\\" to rootfs \\\"/mnt/sda1/var/lib/docker/aufs/mnt/78cbfc83bd466ad2b40f190912576a8a2299a57d091caf4767c61097a304d8a7\\\" at \\\"/mnt/sda1/var/lib/docker/aufs/mnt/78cbfc83bd466ad2b40f190912576a8a2299a57d091caf4767c61097a304d8a7/etc/nginx/nginx.conf\\\" caused \\\"not...

This helps preventing errors if path contains spaces on Windows.

Please answer these questions before submitting your issue. Thanks! 1. What did you do? If possible, provide a simple script for reproducing the error. ```bash phpdbg -c$(php --ini | grep...

waiting on review

Please answer these questions before submitting your issue. Thanks! 1. What did you do? If possible, provide a simple script for reproducing the error. Just run phpunit tests with xdebug.coverage_enable...

Hi, has anyone tried setting up a new relic or Blackfire? And how did it went, what step you needed to take? If for example worker serves more than single...

1. Your software version (Screenshot of your startup) | Software | Version | | --------- | --------- | | PHP | 7.4.3 | | Swoole | 4.5.2 | | Laravel...

compatibility

1. Your software version (Screenshot of your startup) Run inside a docker container of ubuntu:latest ```Dockerfile FROM ubuntu:latest ARG WWWUSER=1000 ARG XDEBUG_HOST=host.docker.internal ARG CONTAINER_ENV=production ENV WWWUSER=1000 ENV XDEBUG_HOST=host.docker.internal ENV CONTAINER_ENV=production...

question

I have `32` workers running `32` reactors, delivery mode = `2`. With php-fpm this does not happen. That's why I think its laravel-s configurations related or swoole itself or maybe...

analyzing

This has been added by https://github.com/swooletw/laravel-swoole/issues/254 You can even override dd: https://gist.github.com/chrisliuqq/96de1ef8160a1d41b6af315c6fb611f3

enhancement
compatibility

What is the best approach after deployment to restart laravel-s. I'm using a socket for the server. It seems that if I set up supervisor as root, and program as...

analyzing