Mike Shepherd

Results 4 issues of Mike Shepherd

A custom No Content response, that incorrectly includes a body and an explicit `Content-Length` header, results in an inconsistent http response. Ember server seems to drop the body, but leaves...

bug
module:ember-core

This change alters how an upgrade to a TLS Socket is performed on JS runtimes. Currently there is a lot of machinery to back and forth between native JS and...

[aws-cdk v2.139.0](https://github.com/aws/aws-cdk/releases/tag/v2.139.0) introduced a [change](https://github.com/aws/aws-cdk/pull/28706) to custom resources to create a log group by default. This change sets the value of the newly introduced prop `disableWaiterStateMachineLogging` on custom resources to...

I'm attempting to use nix-ld in my system, I have added it to my flake as described in the readme: flake.nix ``` inputs = { ... nixpkgs-for-nix-ld.url = "github:NixOS/nixpkgs/20f77aa09916374aa3141cbc605c955626762c9a"; nix-ld...