storeman
storeman
I noticed an issue with a self closing element which ended in an endless loop. If an element doesn't have any children, the html should be appended directly and not...
First,I have to say it only occurs in the fix from @acmitch. The block element problem seems to be resolved. Just process '' gave me this issue. I wanted to...
Had more issues today with the solution from @acmitch. I deleted my fork because i could not find the clear edge case where his solution was breaking my html. One...
It indeed seems to be the environment. I did a few more tests. With the same configuration file on the same system, the script ran fine through the command line....
^^ That could be. But I narrowed it down to the following regex on inlineLink: ``` '/^[(]((?:[^ ()]|[(][^ )]+[)])+)(?:[ ]+("[^"]*"|\'[^\']*\'))?[)]/' ``` I tried to simplify it, and that was possible,...
My Environment: PHP5.6.8, Apache 2.4.10 (virtual server), Apache2Handler, Windows 8.1. @hkdobrev It just crashes and restarts apache. No output, no data in the logs (only in apache it . On...
The heat pump has no settings for MODBUS in the technical documentation and no connectors for this. Also, the control unit SMO 20 doesn't have any connectors or menu options....
What do you mean by the "actual menus of the pump"? In my previous two posts I mentioned that I've looked through the menu of the SMO 20. I've digged...
Yes, that's where the good stuf is at :).
That is curious. I very much hope to connect to it using Modbus, I see the SMO20 in the application too, I just downloaded it. But I really don't have...