niclaslindberg

Results 4 issues of niclaslindberg

Hi. Just wanted to inform about that the service fails on symbolic links pointing pointing to a directory.

When trying to run schemasync via ssh tunnels (3306 is not publicly available on our production machines) I found out the the port number on the url is not handled...

Hi! Thanks for a wonderful lib! Trying to troubleshoot the rendering av a progress bar that is based on multiple lines printed with: `\x1b[2K TEXT \r` I can't get it...

Maybe I have misunderstood something but why is there no counterpart for the 'with' method? I.e. invoking $array = ["a"=>1,"b"=>2, "c"=>3]; $filtered = Arrays::with($array, "a","c"); $filtered is then equal to...