Stepan Seliuk
Stepan Seliuk
Yes, something changed in the kernel. I tried to use 5.14.0 as before and all is working. But with 5.14.14 it is not.
> Was this issue solved ? > > On 5.16 it's working fine :-)
> Thanks a lot @stepanselyuk Btw, I see you are the creator. If I install the 3finger drag, will the "linux" 3 fingers paste still work ? Yes it works
As Linux caching files in RAM, probably it's not the SD card performance issue.
I use PHP-FPM 7.4 Alpine 3.12 image in conjunction with `nginx:1-alpine` image in one k8s pod, and they contact each other using the socket. After the pod started all going...
Hi @yosifkit, thank you. Seems I found the underlying issue: I write logs and cache to /dev/shm (in local dev-containers) and forgot to change this logic. So after exactly ~4...
Strange, may be a glitch. But I had that error is other file with css-rule like mentioned. I've deleted slash and after it and error didn't happened.
Now I've tested with latest less.php and bootstrap sources and got same error with $compressed=true. I use adapter less.inc.php: ``` php $lessc = new \lessc(); $lessc->setFormatter( 'compressed' ); $parsed =...
I tried to install the `Markdown Extra` plugin as suggested on http://support.advancedcustomfields.com/forums/topic/add-markdown-support-in-custom-fields/ but without success.
I think the issue in `\lessc::compileFile`: ``` php $this->importDir[] = realpath($pi['dirname']).'/'; ``` `realpath` can return `false`, and `$this->importDir` will get `'/'`. Directory also should be readable (executable, -x permission).