Munjal A Patel
Munjal A Patel
We are also facing the same issue. We don't actually need to fetch data on the server-side ( it creates a lot more problems than solves ). Is there a...
@sgarcia-dev I am trying to implement your workaround using `apollo-link-error`. But even that is not working. With that implemented now, I get this error: `x.concat is not a function` and...
Yeah, this is definitely frustrating! For us, we are also now planning to move all our apps to React + Next due to lack of proper community support on Vue...
@lblackstone, any updates here? We need to adjust `max-pods` on EKS managed node group. Are there any workarounds we can use in the meanwhile?
@lblackstone PR #809 submitted.
@lblackstone I don't think this is going to work. The [createManagedNodeGroup](https://github.com/pulumi/pulumi-eks/blob/d041a718473eab25b7e6f94f53f4f2dea4a0961a/nodejs/eks/nodegroup.ts#L1205) function instantiates an `aws.eks.NodeGroup` instance not `eks.NodeGroup` or `eks.NodeGroupV2` as seen [here](https://github.com/pulumi/pulumi-eks/blob/d041a718473eab25b7e6f94f53f4f2dea4a0961a/nodejs/eks/nodegroup.ts#L1273). The problem is that the [aws.eks.NodeGroup](https://github.com/pulumi/pulumi-aws/blob/master/sdk/nodejs/eks/nodeGroup.ts#L90) also...
@kebe7jun given the randomness, some kind of racing with AWS VPC CNI is possible. A [startup taint](https://github.com/cilium/cilium/blob/6eaecaf87e165f7551fcf560f2ff8968e5056fe2/install/kubernetes/cilium/values.yaml#L2108) like Cilium may be an option if that is indeed an issue.
I also have the same problem
@code-asher I also have same issues. 1. The pre-installed extensions are not available when I open Code Server in browser. I also don't see them in the mounted volume `./.code-server`...
We shouldn’t reinvent the wheel by reimplementing Javy. I’ll give brining dynamic linking to this library a shot.