rriski
rriski
Hi still seeing this with next-translate 1.0.1, next.js 10.0.4. My setup involves a custom _app and a custom server. I'm trying to use the `withTranslation` HOC with my _app component...
I tried 1.0.2-canary.2 now it but it completely broke my translations, no namespaces are resolved in pages. I think this is some other issue than the original one. Here is...
Any updates on this? The PR seems good, could it be merged? @asarzina
Cannot delete manually loaded docker images(`kind load docker-image`) inside control-plane container
Related: https://github.com/containerd/containerd/issues/7698
For people struggling with "was not wrapped in act(...)" with fake timers I managed to fix the (thousands of issues) warnings by changing: ``` userEvent.setup({ advanceTimers: jest.advanceTimersByTime }) ⬇️ userEvent.setup({...
Hey @iul1an, thanks for raising the issue and for the contribution! Controlling operator access to a subset of namespaces is valuable and something we would like to support. We'll prioritise...
Hello @flassagn, at this time there is no user credential rotation support in the Aiven k8s operator. Would you mind expanding on your use-case so we can understand better if...
Hey @flassagn, thanks for flagging this. According to https://aiven.io/docs/products/kafka/howto/renew-ssl-certs the Kafka certs are valid for two years and three months. Currently we are not handling this rotation gracefully in k8s...
Seeing this issue on webpack [v5.96.0](https://github.com/webpack/webpack/releases/tag/v5.96.0). v5.95.0 works fine. On 5.96.1: ``` ERROR in webpack-subresource-integrity: Asset runtime.2d94ea67.bundle.js contains unresolved integrity placeholders webpack 5.96.1 compiled with 1 error in ... ms...
Hello @alexgo84 and thanks for bringing this up. I can see how the current way of providing the secret via `authSecretRef` is not very flexible when it comes to managing...