mtbl

Results 2 issues of mtbl

Hi I'm facing a problem with jpg images: ``` .... XImage image = XImage.FromFile(logo); double x = (250 - image.PixelWidth * 72 / image.HorizontalResolution) / 2; gfx.DrawImage(image, x, 0); .......

external

Hello Not sure am I missing something, but seems that count() doesn't work properly when groupBy is used For example `$query = PB::table('orders') ->leftJoin('admins', 'admins.id', '=', 'orders.admins_id') ->select('orders.*', 'admins.first_name', 'admins.last_name');`...