Paul Smith
Paul Smith
No problem at all, thanks for the update. I will stick with my pdo implementation for now. Regards Paul ---- On Mon, 02 Jan 2017 14:57:15 -0800 [email protected] wrote ----...
No no examples in public... my merge is huge and will take a few days, i will know by then when i commit if markers are lost or not (or...
Jake is my hero!
Yes... disabling icons on desktop gets rid of it. Awesome.... for now.
Hi, So i have chased this issue for a day now solid... AWS SAM node@14 Postgres (10,12,14) pg 8.7.1 Not specifically Pool, both Pool and Client expiring. Now i am...
This had me stumped for hours till i found this post, thanks.... yes only changes to parent properties filter through to 'each' loops... If i reference a parent value in...
I have had to fork a copy of this anyway, as i need to force a stop location for traversing. I am bundling this into my own web components library,...
ohh forgot to mention, opens fine in libre office calc :\
line 288 `fwrite($fd, '')` should be `fwrite($fd, '')`
lines 272 to 277 should be ``` if (isset($style['font']['name']) && !empty($style['font']['name'])) $this->fontName = $style['font']['name']; if (isset($style['font']['size']) && !empty($style['font']['size'])) $this->fontSize = $style['font']['size']; if (isset($style['font']['color']) && !empty($style['font']['color'])) $this->fontColor = $style['font']['color']; if (isset($style['font']['bold'])...