mtbl

Results 10 comments of mtbl

The latest version (1.1.20) but still facing the same problem png images are working fine but when I try to add jpg/jpeg image, the exception jumps out

Any news? PdfSharpCore Version="1.1.21" and the problem still exists

Thanks It works fine with SixLabors.ImageSharp 1.0.0-beta0006 SixLabors.ImageSharp.Drawing 1.0.0-beta0006

Hi Raw query seems Ok `SELECT `orders`.*, `admins`.`first_name`, `admins`.`last_name` FROM `orders` LEFT JOIN `admins` ON `admins`.`id` = `orders`.`admins_id`` and with groupBy `SELECT `orders`.*, `admins`.`first_name`, `admins`.`last_name` FROM `orders` LEFT JOIN `admins`...

Sure but it returns >1 rows since there are more than one order...

Yes.. Code: `$query = PB::table('orders') ->leftJoin('admins', 'admins.id', '=', 'orders.admins_id') ->select('orders.*', 'admins.first_name', 'admins.last_name')->groupBy('orders.id'); $no = $query->count();` In this example with and without "->groupBy('orders.id')" should return the same result since there are...

Same problem like #180

Sorry for digging this up but what is the difference between version 1.6 (which works fine) and 3.0? After it prints the first time, I'm facing an error `System.IO.IOException: Device...