James Meneghello
James Meneghello
Sure, I'll try to find time to put one together.
Is that only for container modules? The ones I deploy using Kubernetes modules don't seem to have it.
Fix (specifically for this image): ``` apk add --no-cache --repository http://nl.alpinelinux.org/alpine/edge/main libstdc++ rm /usr/lib/libstdc++.so.6 && ln -s /usr/lib/libstdc++.so.6.0.29 /usr/lib/libstdc++.so.6 ```
Can confirm, happens for us using React 17. On a new page, silent renew is singular. After refreshing, it's duplicated. New page: ``` oidc-client-ts.js:48 [UserManager] startSilentRenew: begin oidc-client-ts.js:48 [SilentRenewService] start:...
Yeah, so far as I know there's no way to retrieve a parent if there are multiple nested providers of the same type - React overrides it and gives you...
Well, got it working with the most terrible of PoC code, for anyone that's curious: basically, store the higher-level provider in a secondary context for later retrieval (in my case,...
Getting it in one of our projects as well. Occurs when the Input arg of a mutation has a circular dependency, in our instance: e.g. `chatMessage.tradeCompany.trade.tradeCompanies[0].trade.tradeCompanies[0]...` until OOM.
Note that running `killall vsce-sign` causes the extensions to immediately be installed.
As an additional, opening VSCode on a fresh dev container with many extensions causes 1 vsce-sign process per extension to be started (25, with our setup) and consume infinite CPU...
We're on M3 Macbooks, happening to all our people.