Cory Cooper

Results 14 comments of Cory Cooper

Right, but imagine you need to authenticate to several private repos because your build requires several private plugins. Then the `.netrc` would need to change before each `go get` call...

I got sidetracked but this recently became relevant again. The problem with the `.netrc` file is that it only allows for 1 credential. Imagine you want to build Caddy with...

@francislavoie as for your proposed solution, that `user@` syntax works for `git` commands, but not `go get`. So we can't indicate the user per repo with `go get`, which is...

Also seeing this. Here's our error (nextjs): ``` Module not found: Can't resolve '@tiptap/extension-text-style' https://nextjs.org/docs/messages/module-not-found Import trace for requested module: ../node_modules/@tiptap/starter-kit/dist/index.js ``` When I install that package, I then get...