8ctopus

Results 89 comments of 8ctopus
trafficstars

I've had a look at this issue again today because it keeps popping in our Apache error logs every single day. The problem occurs when someone tries to load a...

Yes I removed it easily: ```css :root { border-top: none; } ``` If I may suggest, I would remove it in dark mode, as it looks more a bug than...

Agreed, and way faster too.

I would just add a single paragraph about parsers performance not to make the readme much longer.

For those having problems enabling remote debugging from a docker container (like I had for about 5 hours), here's a config that works without changes: xdebug.remote_enable=1 xdebug.remote_host=host.docker.internal xdebug.remote_port=9000 xdebug.remote_mode=req xdebug.remote_autostart=0...

@serverjohn within the docker container `/etc/php7/conf.d/`. Look for the `xdebug.ini` config file. In my case the name is `50_xdebug.ini`. You may want to checkout the [docker container](https://github.com/8ctopus/apache-php-fpm-alpine) I built as...

proxy would be cool indeed

@BladeMF Ah I understand, thank you!

Thank you @dantleech, using intelephense for the time being.