Ed
Ed
@abhaypatil679 that's not quite true, flask-mysql extension takes care of making sure you only have one connection per request, so even if you call get_db() N times you only actually...
Cheers, haven't got round to looking into a codefix for this, but for anyone else that stumbles across this issue, the work-around is to use: * DrawTextEx * DrawTexturePro As...
 Is a workaround but not the cleanest by any means
Will this include dimensions for images? Usually done via: ```  ```
Hello, to add a bit more info to this issue as I believe I am seeing the same thing. When you try to call a store procedure using the mysql...
That does look interesting thanks, but I ideally want to be able to embed all my resources into a single stand-alone executable and deploy that way
@ChrisDill the System.Drawing.Image wasn't for any particular reason, it was just the way I'm currently loading an image from disk. Any way where I can go from an embedded file...
Won't claim it's anywhere near numpy, but I have ported some financial calculations to crystal https://github.com/drum445/financials
@JupiterRider cheers for that, it seems to be working well. Many thanks 👍