Rudolf Byker

Results 105 comments of Rudolf Byker
trafficstars

Related: https://github.com/wheresrhys/fetch-mock/pull/625

I can still reproduce this on puppeteer version 14. Working on a minimal reproduction…

Here you go. It worked until puppeteer v9, and broke in v10: https://github.com/rudolfbyker/puppeteer-issue-7475-reproduction

Here's my take on it (using Typescript and NodeJS – this can be adapted for plain browser JS easily): ## First a utility function: ```ts import { Page, Request }...

> How can I use/test your functions on a .js script like this: > > ``` > const puppeteer = require('puppeteer'); > > (async () => { > const browser...

Apparently, the ingress class need not be specified in the ClusterIssuer. The value I used caused those Ingresses to be ignored. This works (compare to previous post): ```yaml apiVersion: cert-manager.io/v1...

> I'll write some better documentation for this as this keeps coming up. Thanks!! > As a result of the change to networking.k8s.io/v1 Ingress type, the ingress class annotation changed...

Thanks to everyone providing bits of advice in this thread. I'm also using microk8s to run a cluster where every node is running in a different VPS from a different...

> Realized that for some reason after joining cluster `--node-ip` in the Kubelet file of joining node changes to the IP of the node where it joins. For example: node...

Sorry, I did not realize that https://github.com/JoshTheDerf/prerenderer is actually a dependency of https://github.com/chrisvfritz/prerender-spa-plugin ... I assume that means issue https://github.com/JoshTheDerf/prerenderer/issues/43 blocks this issue.