Results 15 comments of Bastiaan

Yes, I would very like those additions to the library. Thank you!

Hi @andrewdalpino, Thank you for taking the time to write such a detailed answer, much appreciated! I have PHP experience, so therefore I have chosen your library as I think...

My dataset has a datapoints every full minute and contains the following features: - start (date of data point) - open (candle open value) - high (candle highest value during...

It seems that only PDF exported reports are affected.

It's now settable via `.env` ``` DUMP_SERVER_HOST=tcp://127.0.0.1:9912 ```

Yup, me to. Had it on 3.2.0 stable, upgraded to todays 3.3.0 snapshot and has the same problem. Very annoying.

> Maybe due to not having the closing `>` on the `` tag is causing the it to bug out? Well spotted, but this is unfortunately a typo in the...

Thanks! I had already set the "AlignPHPCode". I finally got a solution. Apparently it's not PHPfmt whose doing the wrong indent, It's Code own formatting. I have set these options,...

Well, seems like in some circumstancesthe code still gets wrongly indented. When I remove `AlignPHPCode `from the passes, the problem is gone. So `AlignPHPCode `needs to be adjusted so it...