Paul Smith
Paul Smith
Hi, I have this integrated into an angular2 app which is getting considerably large now and am having issues with the latest build 2.1.2 using angular2-notifcation latest... The issue is...
Hiya, Love your work. I did similar things by extending pdo, but not to this extent. A couple of questions.... Are you still maintaining this? I need a not orm...
Hi, Just thought would give this a bash as i have a monster merge on my hands... The one thing I am a bit concerned about is that if i...
Hiya, First off, best theme for gnome shell by far.... love your work! I have just installed ubuntu gnome 16.04 and update gnome-shell from stable to 3.20.1..... The only real...
Need to do this for my pi 2, tweaking the dockerfile FROM: to base on a ubuntu ARM, works great..... thanks Paul
Atom Linux v0.184.0 I install this package, restart atom to be sure, open a folder, open files, get two or three tabs working..... close atom, reopen and nothing... just a...
https://github.com/SystemDevil/PHP_XLSXWriter_plus/issues/1 https://github.com/SystemDevil/PHP_XLSXWriter_plus/issues/2 https://github.com/SystemDevil/PHP_XLSXWriter_plus/issues/3 Fixes use bug, styles not present bug and corrupt xml for word 2013 bug
Opening in excel 2013 the popup error shows... > We found a problem with some content in '....xlsx'. Do you want us to try to recover... Problem is recovering the...
Need to ensure missing styles are ignored... lines 275,6,7 ``` if ($style['font']['bold']) $this->fontStyles .= ''; if ($style['font']['italic']) $this->fontStyles .= ''; if ($style['font']['underline']) $this->fontStyles .= ''; ``` should be ``` if...