Virgile MATHIEU
Virgile MATHIEU
On Windows 10 pro 64 bits, the property VirtualBytes in not defined in wmic, and the command return : "Command wmic returned an error!" You need to replace it by...
Add the ability to attach a file with a custom file name Instead of using the default: ```go e := NewEmail() e.AttachFile("test.txt") ``` you can provide a custom named file...
**Is your feature request related to a problem? Please describe.** I want to make a copy of my production env to develop locally, for this purpose, i need to copy...
Hi, It would be nice to support SVG image in PDF rendering. As input file as ``` pdf.Image(p.FileName, leftPosition, topPosition, imageWidth, imageHeight, false, "", 0, "") ```
Hi, We are currently trying to have a custom migration that runs everytime `reagardless` the current migration step. This migration will hold the last version of some `stored procedure`. These...