Jeff May

Results 24 comments of Jeff May

I am working on a fairly crazy project and IntelliJ IDEA 14 also has trouble importing the sbt build files. For now, I just use sbt-idea to generate the old...

Yea, I think this is a play issue. I think the problem is that Play needs to be able to map all the managed sources. I moved to using the...

Yea, this one bit me too. I spent days trying to figure out why the `FieldMapper` wasn't working. It turns out that the macro looks at the local scope at...

I have implemented this on my forked version of jqGrid: https://github.com/jeffmay/jqGrid/commit/c08d56e69a000a09515e655c2019f450e247583d

I'm seeing the following error on Jenkins with Scala 2.13.1 and Refined 0.9.14: ``` [2020-05-01T17:08:29.858Z] [error] /home/jenkins/workspace/ization_Kerna_build-kerna_PR-546/mongo/src/main/scala/com/rallyhealth/mongo/models/InferenceType.scala:62:58: exception during macro expansion: [2020-05-01T17:08:29.858Z] [error] java.lang.AssertionError: assertion failed: import failure: cannot determine...

Ok, update... it works after moving the `LogView.withKey` call outside of the string interpolation, however, this issue has been intermittent, so I'm not sure if it is fixed for good....

Another update: it is still broken 😢 Moving it out of the StringContext interpolation didn't help... ``` [2020-05-01T20:37:47.851Z] [error] java.lang.AssertionError: assertion failed: import failure: cannot determine unique overloaded method alternative...

I agree with @jeremyrsmith as well about making this the default behavior.

@OndrejSpanel I'm not sure whether we should care about use cases that can't be represented by the equivalent base types on the JVM. That being said, I'm ok with either...