Ricardo
Ricardo
Seems a good idea to allow for PDO. What are the sticking points to using this and/or merging it into mainline?
https://github.com/twistor/flysystem-stream-wrapper/blob/master/src/Flysystem/Plugin/Stat.php#L117 Ok so I think the problem is twofold - if you get a literal FALSE back from getMetadata() it will normally mean it does not exist, the method itself...
Which fonts are you using? What language are you writing in? Was it working previous with mPDF?
https://stackoverflow.com/questions/5333702/tcpdf-utf-8-symbols-not-showing-up Might be issue with font not supporting those utf8 characters.
you are unable to pass a value such as 12.5 into update() as you check if the value is_int() and reject it, if you display the progress with 2 decimal...
This would be good to be better maintained.
Not directly an issue with SuiteCRM, your O365 tenant has SMTP auth disabled. You can either get it enabled or use a 3rd party SMTP service such as Sendgrid, Amazon...
I do not think the move to doctrine in v8 should be a stall for this as there will be many staying on v7 for legacy or stability reasons. @pribeiro42...
You have not indicated which driver you are using.
Use Flurl and feed in the output `FeedReader.ReadFromByteArray(feedData)`; Ive had to do this due to needing BasicAuth.