Magnus Bergmark

Results 34 issues of Magnus Bergmark

Hi! I decided to test out this library, but I cannot run it on my OS because the executable is dynamically linked[1]. The readme claims > Linux and Windows binaries...

bug

This applies to both MySQL and to Postgres. Examples below will be for MySQL though. Given I have a table like this: ```sql CREATE TABLE `examples` ( `id` bigint(20) NOT...

enhancement

I noticed that `bigint` is treated as `number` in the output types, which is usually incorrect as `bigint` can contain a `i64`, while JS numbers can only contain integers below...

enhancement

The `SendEmailRequest` class accepts a `headers:` option, but the value provided will always be overwritten with an empty hash. See line 10 below: https://github.com/customerio/customerio-ruby/blob/5f310b8a57b33c8dc1dfdb37b14a8c618980f573/lib/customerio/requests/send_email_request.rb#L7-L11 Is this a typo for `||=`?...