Colt Frederickson
Colt Frederickson
So we have something like: ``` foreigner_class!( /// ID of a user. Unique with in a segment. Must match the regex `^[a-zA-Z0-9_.$#|@/:;=+'-]+$`. #[derive(Clone)] class UserId { self_type UserId; private constructor...
It's on master now. On Sun, Apr 19, 2020, 12:48 PM Evgeniy Dushistov wrote: > @coltfred > > There is no branch 'cpp-initial' in > https://github.com/IronCoreLabs/ironoxide-java , > may be...
I'm on manjaro (arch still kind of) and with the same configuration I get the same result as @skeet70 ``` Compiling actix-rt v0.2.6 error: failed to run custom build command...
#5294 is a PR for DNT (in case someone wants to edit the issue to add that link).
#5296 adds accept-post header model.
@gkarc Sorry for the delay. I lost track of the question in my backlog. At the time that we wrote this we didn't implement serde on any of our public...
This was a frustrating issue when upgrading to scalatest 3.0 and scalacheck 1.13.x @rickynils `def propertiesToProp(properties: Properties) = Prop.all(properties.properties.map(_._2): _*)` does work as a work around.
It's worth noting that if I add `sublimeTransitive := true` to my project `build.sbt` it works. It only _does not_ work in the case of the global plugin configuration, which...
@agemooij None of my changes involve changing the sbt version. Why does it work for sbt-sublime 1.0.x, but not for 1.1.x without changing the sbt version?
While we're talking about changing the README, this line isn't correct, is it? > If you want to use it for more than one project, you can add it to...