Joris Mak

Results 59 comments of Joris Mak

I create a file in `vendor/bin` in a project that I name 'my-php-cs-fixer' or something similar. ``` #!/bin/bash basedir=$(dirname $0) symfony php ${basedir}/php-cs-fixer $@ ``` (remember to make it executable...

Almost all vscode settings - including phpcsfixer - can be set in the workspace settings.json file, so every user can make their own overrides per project . On Fri, Jul...

For what it's worth, this extension works fine in my WSL2 setup. I'm using an `php-cs-fixer.executablePath` that points to the workspace itself in vendor/bin, so maybe that helps? Or I...

Your Google colab had a file explorer path to the left. Which you might need to open first. This is the filesystem available to your colab. Of a line says...

> Folowing on this, does somebody know which unit is used for the metric depth ? Comparing my results to ground truth data, ranging from 5 to 45 meters, i...

If using save_raw_16bit: You get back a greyscale image, in other words you get back width x height, and for every point a number between >= 0 and

Just guessing here , but the models are working on something like 512x512 (and that is considered big). So whatever image you feed it, gets downscaled, you get a depth...

So, for someone who wants to disable this? It now puts 'chore' in front of every message it generates :(.

This breaks certain custom-rules packages that work fine with 3.59.2. Like https://github.com/PedroTroller/PhpCSFixer-Custom-Fixers. Is that a bug in the custom-rules package, or is this code more BC breaking than expected?