Results 7 issues of savioret

Hello, I have created a fork of the project to adapt it to Codeigniter 4: https://github.com/savioret/codeigniter-log-viewer The current code is working in CI4 and I've updated the `README.md` with new...

Hi, I was experiencing this problem that seems to happen when the stream loses one packet (my stream has a GOP of 1 second). I've noticed a recent merge that...

Hello, Seems that diff files are not syntax-highlighted (works when switching to another theme). Any plans to support this ? Thanks in advance.

![image](https://user-images.githubusercontent.com/5497332/236630085-b86dc1e1-0b4c-47bc-a105-2b55a5758978.png) In commit 00db904 the condition to call `adjustWrapText` was removed. It should be put back. **NOTE:** Possible duplicate of #152 This is the condition that was removed: ```php if...

Added some very needed doc on some functions. Fix for #175 which partially reverts 00db904 Found a scenario where can come to infinite loop and fixed it.

Fix for issue 179 https://github.com/rospdf/pdf-php/issues/179

In some situations the calculation of the automatic column width assignment based on the widest column is not correct. This can also, in some cases, lead into an infinite loop...