Paul Michalet
Paul Michalet
Same here using Pop!_OS 19.04 (based on Ubuntu) -> seems related to Linux, unless it only works under MacOS.
Use the `CATCH_GET_CHILD` flag in `RecursiveIteratorIterator` instanciation ? i.e. : ```php $ritit = new RecursiveIteratorIterator( new RecursiveDirectoryIterator($path), $order, RecursiveIteratorIterator::CATCH_GET_CHILD ); ``` See https://stackoverflow.com/a/4550051
I'm also in a situation where I needed to change the FPM user (to _wodby_, uid 1000 gid 1000) in order to match the UID of the owner of the...
Indeed : in Arch linux (Endeavour OS), I had the `error: dconf key must not contain two consecutive slashes`, but as tmaetzold suggested above, it's necessary to create a new...
Note : i've checked the hosts resource constraints for Jenkins - there is no issue of a port that would already be in use, but I'm not sure what `instanceReservation`...
Not finding anything anywhere, tried (Unbuntu "trusty" 14.04) : ``` aptitude install aio ``` Got : ``` Couldn't find package "aio". However, the following packages contain "aio" in their name:...
Anyone tried TKLBAM as an alternative ? -> https://github.com/turnkeylinux/tklbam/blob/master/docs/RelNotes-1.4.txt
To clarify why it can't be done : _"Preprocessor is only aware of a component's source code"_ (i.e. no props, no variables have been assigned any value when the optimization...
Confirmed : while this extension works well under Windows, it fails under Linux (Gnome). Tested in Pop!_OS 18.04 LTS
Solution : install required package `xclip` e.g. `sudo apt-get install xclip -y`