Robert

Results 6 comments of Robert

It already works fine with [email protected]

Upgrading dependency update-notifier to v6.0.2 should fix this.

[@mrsufgi](https://github.com/mrsufgi) > Thank you for this workaround but as you know, booting VSCode app in Rossetta means that the entire application is emulated. I wouldn't go this path as default,...

@nene Yea in our case we insert using Knex.insert() so it builds the query based on the inputs... so wrapping limit in quotes would be messy. By the way the...

@pbarker It's quite easy to setup AWSLoadBalancerController... in your cluster.yaml add... ```yaml iam: podIdentityAssociations: - namespace: kube-system serviceAccountName: aws-load-balancer-controller createServiceAccount: true wellKnownPolicies: awsLoadBalancerController: true addons: - name: eks-pod-identity-agent - name:...

This is a downstream issue with `react-syntax-highlighter@latest`, which is using an outdated `[email protected]` Adding this to package.json should work in the meantime... ```json "resolutions": { "prismjs": "1.30.0" }, ```