Gaspar

Results 2 issues of Gaspar

Both `scaleWidth` and `scaleHeight` are unused in this code block. https://github.com/BinaryKits/BinaryKits.Zpl/blob/5ca2ea566947dbb45d8e41b0e0e4919b62f9522b/src/BinaryKits.Zpl.Label/Elements/ZplDownloadGraphics.cs#L76-L82

I'm trying to get Many-To-Many related entities using the Multi-Poco query as such, but it returns duplicated data. ```csharp var sql = @"select m.*, q.* from test.queue q left join...