Brian P. Holt
Brian P. Holt
FWIW, I used CloudTrail to see exactly what calls were made to test several Linux and Windows based EC2 instances during a recent run in our CI environment. This may...
I was wondering if a custom runtime would let us more completely manage resource lifecycles (so that it could run the finalizers when the runtime shuts down, instead of skipping...
Superseded by #493.
Oh yeah, I thought we had talked about it somewhere! I couldn't find it in an issue, but I wanted to track it.
Yep, that makes sense to me, except that I think it may need to be `Effect` instead of `Async`? This seems to work in place of the `LiftIO[Future]` I suggested...
Kind of spitballing here, but we've talked about creating an sbt plugin for Feral to help with deploys, etc. What if we had a plugin that somehow generated the code...
This is pretty cool. Looking forward to trying it out for real when they update upstream—hopefully it will be able to tell us whether whatever version is next (I was...
I tried setting `val versions = Seq("22.7.0", "22.4.0")` in `FinaglePlugin`. Running `rootFinagle/mimaReportBinaryIssues` reported 89 issues, which indicates that v22.7.0 is not bin-compatible with v22.4.0. (Looking at the ["Breaking API Changes...
Incorporated into #430.
👍 Feral has been working really well for us and going to 0.1.0 seems like a great next step! There are some minor tweaks to the CloudFormation custom resource interface...