David Walend
David Walend
I'm not sure if this is intentional or not, but the example instructions at http://lihaoyi.github.io/Scalatex/ put the Hello classes in a scalatex package. Is that intentional? scala> Hello().render :8: error:...
SigningKeyResolverAdapter uses existential - raw - JwsHeader in its arguments. My immediate problem is that I can't override those methods in Scala - no way to express the raw type...
## Compiler version 3.1.3 ## Minimized code It's four files and a build.sbt - not very minimized, but several of us have been able to reproduce it. (If you can...
## Compiler version 3.1.3 ## Minimized code ```Scala class ToString(d:Double) extends AnyVal : transparent inline override def toString():String = s"$d meters" ``` ## Output (click arrow to expand) Jasper-M on...
I'm getting this unhelpful message when something goes wrong. (I haven't figured out what -- local Ivy cache problems maybe? But that's not the point.) (And this might be a...
Using an immutable SortedMap as a member val in a case class and feeding an instance of that class through `Serialization.write()` and `Serialization.read[MyCaseClass]()` results in a "org.json4s.package$MappingException: Parsed JSON values...
I've put together a custom ContextAuthenticator for PGP-sgned Bearer Authentication. I'd like some way to control what message shows up in the reply's body, but don't see a way to...
Prototype of using DataChannelRereader in EV3Gyro
Here's what GenericMode looks like with DataChannelRereaders. Unfortunately changing GenericMode touches half a dozen different sensors. Four of the tests for The EV3 touch sensor break. Also, NXTTemperatureSensor's internal mode...