extravio

Results 9 comments of extravio

You need to configure the proxy in a new http.client and pass it as a parameter to your "github client" ```go package main import ( "context" "fmt" "log" "github.com/google/go-github/v45/github" "net/http"...

Hey @srvrguy , We've tested the "develop" plug-in and it's working well for us. That said, 1 of our users also experienced the same error as @vittoriocanilli, so it might...

I could not find any explanation why this error occurred for this user. He can now log in successfully. So I guess version 2 can be released :)

Same error. The proposed workaround did not work for me.

Same error when using ES6 in a GitHub action based on https://github.com/actions/javascript-action @vercel/ncc version 0.36.1 ``` ReferenceError: require is not defined in ES module scope, you can use import instead...

> `npm install ncc@latest ` `npx ncc build ./path/file2build.js -o .` This has solved the issue for me. I guess you mean: > npm install @vercel/ncc@latest I'm using "@vercel/ncc@lastest" as...

> Seems like I was able to apply a workaround for this problem: polyfilling `require` in ESM like this: I've tried your workaround but it didn't work for me unfortunately...

@bernardgut @Avnshrai I managed to make it work thanks to this: https://www.linkedin.com/pulse/testing-network-performance-iperf3-kubernetes-ghassan-malke-/

In Ansible Hub, we can synchronize collections that have dependencies in different remotes by specifying a **source** in the requirements.yml file. example: ```yaml collections: - name: network.base source: https://console.redhat.com/api/automation-hub/content/validated/ -...