Ben Limmer

Results 104 issues of Ben Limmer

What if there were an option to only invalidate files if they've changed? For context, the only time we really have to manually invalidate our cache is when we update...

right now, this package only works if you're using the react SDK: https://github.com/launchdarkly-labs/jest-launchdarkly-mock/blob/4a9f50510c6057f43a54cb1677f99f1b0fe402bf/src/index.ts#L1 I'm using `vue` and it would be great to be able to use this helper

Since I last updated this construct, Datadog now uses new CFN templates. The main "quick-start" template is here: https://datadog-cloudformation-template-quickstart.s3.amazonaws.com/aws/main_v2.yaml I don't think we'll want to use the App Key and,...

The datadog forwarder is considered deprecated for most new installations. Instead, the serverless extension is recommended: https://docs.datadoghq.com/serverless/installation/nodejs/?tab=datadogcli

### Platform or tool GitHub ### Desired or expected behavior Copilot CLI is now a public beta and exposed through the `gh` CLI. However, it doesn't work when I'm using...

**Intended outcome:** Given a simple component: ```tsx // App.tsx import { gql, useQuery } from "@apollo/client"; export const GET_DOGS = gql` query GetDogs { dogs { id breed } }...

🔍 investigate

### Is there an existing issue for this? - [X] I have searched the existing issues ### Package ecosystem Yarn ### Package manager version yarn 4.4.0 ### Language version _No...

T: bug 🐞
L: github:actions
L: javascript

**Troubleshoot** - [x] Before creating an issue, please check: https://typicode.github.io/husky/troubleshoot.html **Context** Currently, [the docs](https://github.com/typicode/husky/blob/fc549e0e5c8723a6d796f6ad26ef6590769f5d82/docs/how-to.md?plain=1#L257-L267) recommend using this set of scripts for Yarn Berry (2+): ```js { "scripts": { // Yarn...

Fixes #120 Resolves https://nvd.nist.gov/vuln/detail/CVE-2023-0842 0.6.2 is backward compatible with 0.4.x (0.5.x introduced a non-backward-compatible fix for the CVE listed above). Therefore, this should be safe to treat as a bugfix...

### Issue workflow progress _Progress of the issue based on the [Contributor Workflow](https://github.com/the-guild-org/Stack/blob/master/CONTRIBUTING.md#a-typical-contributor-workflow)_ - [x] 1. The issue provides a reproduction available on GitHub, Stackblitz or CodeSandbox > For example,...