Gregory Ostermayr
Gregory Ostermayr
Hey let me look into it
+1 I was able to grab the source directly, gem build and install. I didn't see the weird self dependency in the gemspec file. Rubygems.org bug?
I'm seeing similar errors. I'm under the impression it's a problem with `ex_abi`?
@willjleong I'm curious if my PR fixes your issue - https://github.com/hswick/exw3/pull/107
@aroyer looks like I found that encoding bug again independently see #109
Can we get a bump on this? Anyway I can help resolve issues to get a proper gem release out?
I was also having problems on OSX - seems related to this https://github.com/elixir-lang/elixir/issues/3955 I did get it to work doing the following: * make sure sname has `localhost` `elixir --sname...
failing
As an illustration, if I insert a timestamp as UTC i.e. `~U[2024-07-06 02:06:58Z]` when I read it out of the database it's the same. converting this datetime we see ```elixir...
looking through the examples, I suspect the fix is to make the mysql connection always use UTC, as per this example. ```elixir Run a query after connection has been established:...