Miguel Eduardo Gil Biraud
Miguel Eduardo Gil Biraud
You can mix in the trait org.specs2.time.NoTimeConversions and then use the implicits from scala-time
For the record, I have this behaviour also on a linux machine running ubuntu: ```2024/06/14 11:24:32 github.com/testcontainers/testcontainers-go - Connected to docker: Server Version: 26.1.4 API Version: 1.44 Operating System: Ubuntu...
@jonmmease I've been toying with something like that [in this PR](https://github.com/mgilbir/vl-convert/pull/2), but I didn't have time to finish it.
Deno v2 has deprecated the `deno vendor` command. I'm looking into it but they now do something funny with the folder names that requires some tweaking.
Finally all tests are passing. The code around the codegen is not pretty. My priority was to get it back to a working state. In order to do that I...
Thanks and no rush from my end. The code is probably horrible as I’m quite new to rust. It could be that I’m completely wrong and the project is better...
> I am not sure yet, but I believe that [pr-4126](https://github.com/sqlc-dev/sqlc/pull/4126) should fix this issue. Yes, it fixes it. You can try it out by doing the following: - checkout...
> Hey @mgilbir, I am guessing that this PR will fix: #4188, yes? Yes, I left a description on how to reproduce it with your schema in the linked issue.