Dustin Goodman
Dustin Goodman
Hey there! I was attempting to debug a tree-shaking issue I was seeing and identified that when I include this package, esbuild's out-of-the-box tree-shaking fails to execute. I have a...
I'm running madge against apollo-client to detect dependencies of certain files. I'm working against [this version of apollo-client for context](https://github.com/apollographql/apollo-client/tree/3161e31538c33f3aafb18f955fbee0e6e7a0b0c0). Specifically I'm testing the following command: ``` madge --extensions ts,tsx...
## Bug Report [API Gateway has a known issue](https://docs.aws.amazon.com/apigateway/latest/developerguide/api-gateway-known-issues.html) where request headers get remapped in a **case-sensitive** way, whereas the HTTP specification notes that headers are case-insensitive. See: My team...
I have some production code that does `Date.parse` explicitly. When I was running my test suite using timemachine, I received the following error: ``` Failure/Error: TypeError: undefined is not a...
> We’re sending you this email because one or more apps installed on your Shopify store are making calls to APIs that will be removed soon and will soon be...
From https://docs.aws.amazon.com/lambda/latest/dg/lambda-runtimes.html AWS Lambda runtime will start deprecating `nodejs16.x` on Jun 2024, we should update our sls config to use the new runtime, and make sure the kit still works.
## Type of change - [ ] Documentation change - [ ] Bug fix - [x] New kit ## Summary of change Adds a new starter kit to the project...
# Background If your API implementation doesn't provide a documentation system out of the box, configure self documenting endpoints. For REST, this will probably be something like Swagger. For GraphQL,...
The Angular team rebranded the framework. The new logo is not yet present on angular.framework.dev. The site should be updated to leverage the new logo.
# Manually Identified Issues - [ ] Filter Dropdown items are tab-indexed when they are not visible. They should have tabindex="-1" when the dropdown is not opened so tabbing the...