Brian P. Holt

Results 69 comments of Brian P. Holt

FWIW, I just upgraded to Sierra, and it's no longer working for me. I'm trying to figure out why not.

Ok, thanks to http://apple.stackexchange.com/questions/254654/port-forwarding-on-macos-sierra I got it working again. No changes needed to the `/etc/pf.anchors/fake-ec2-metadata-service` and `/etc/pf.conf` files, but I had to run these commands: ``` sudo pfctl -d sudo...

Yes, I think that works! I'm going to try re-updating some of the projects I downgraded from `0.12.1` to `0.12.0` to make sure, but I'm cautiously optimistic. For background, many...

I think the implicit paths follow these patterns on 2.12: * `SecureRandom[F]`→ `UUIDGen.fromSecureRandom[F]` → `UUIDGen.catsKleisliUUIDGen[F]` * `SecureRandom[F]`→ `SecureRandom.catsKleisliSecureRandom[F]` → `UUIDGen.fromSecureRandom[Kleisli[…` Updating the example to use ```scala SecureRandom.javaSecuritySecureRandom[IO].flatMap { implicit random...

Yes, that sounds right. Someday I'd like to introduce a [scheme like I added to my company's `async-utils` library](https://github.com/Dwolla/async-utils/pull/119), where we publish different artifacts of catbird linked against each of...

I'd like to spend some time on this this week, so we can resolve those MiMa issues without dropping the version from the check. Can we hold off on merging...

See #607 for some progress I made on this today. If that's deemed an acceptable approach, then once it's merged, we can add 23.11 to the list of supported Finagles.

FWIW, I like the new name, but the change has caused me a fair amount of admin work updating branch protection rules in all the repos where we're using sbt-typelevel....

I don't have time to add this documentation right now, but I'll try to follow up with a PR at some point, if no one else beats me to it.

FYI, `gateway.docker.internal` seems to have the same problem on 4.33. Falling back to 4.30 works for that hostname as well.