li-nkSN

Results 9 comments of li-nkSN

I can dig around at supporting Option if it's a chore.

@AugustNagro yes it was on v 2.0.0-M1 tested Sunday. I have a repro in my private repro that I could try to make a public repro of with a little...

@AugustNagro repro: https://github.com/li-nkSN/magnum-example I think I blundered the test previously but I think there's an issue unless I am clueless... sbt test ``` org.li_nk.magnum.example.RepoZioTests: + count 0.312s + existsById 0.029s...

At first glance the PR looks good. I tried to pull your branch and run the tests. I think that perhaps it's downloading test containers and changing the logging configuration...

Digging deeper then I was using `2.0.0-M1` and it compiled fine but had the issue above. Moving to `2.0.0-M2` and it has the same classpath or other error issues as...

So I think what happened was that for whatever reason `TransactorZIO` didn't seem to be published or accessible in the M1 version as I used `Transactor` IE https://github.com/li-nkSN/magnum-example/blob/45659391c85132063934da73874e2e599d629248/src/test/scala/org/li_nk/magnum/example/PgZioTests.scala#L27 Regardless I...

@AugustNagro how about : https://github.com/AugustNagro/magnum/pull/120

I ended up missing the slick codegen feature and wrote a Macro for my project that creates slick Table and TableQuery objects for my case classes (which happen to be...

Should we additionally make the change against IArray as well: https://github.com/AugustNagro/magnum/pull/120 ??