Harald Nordgren

Results 25 issues of Harald Nordgren

Running ```bash go get -u gopkg.in/alecthomas/gometalinter.v1 ``` I get an installed binary called `gometalinter.v1`. I would expect to simple call a binary called `gometalinter` directly, but that does not work....

I have a bunch of config in my `.zshrc`. Appending to the PATH, setting up virtualenvwrapper, kubectl completion. But running `source ~/.zshrc` messes up the whole terminal in Black Screen:...

Bug: Unconfirmed

I’m want to log a stacktrace from where an error is returned (but not where zap.Error is called), and it would be useful if I could instruct zap to show...

We have vercel.json files in root, and in each sub-package, based on https://vercel.com/support/articles/how-to-prevent-vercel-github-comments: ``` { "github": { "silent": true } } ``` It removes the post made by the bot,...

I don't necessarily want to change the time zone on my apps. But I want to have the option locally to influence the time zone display of `heroku logs` messages....

In the list of images under a repository, I want to be able to sort images based on Creation date or Tag.

Pointer comparisons are supported already, just as long as the are not the top-level element. Logically, if two item or sub-items have different unexported field, then they cannot have the...

enhancement
pkg-assert
assert.EqualValues

**Client** cloud.google.com/go/pubsub v1.37.0 **Environment** GKE **Go Environment** ``` $ go version go version go1.21.8 darwin/arm64 $ go env GO111MODULE='' GOARCH='arm64' GOBIN='' GOCACHE='/Users/Harald/Library/Caches/go-build' GOENV='/Users/Harald/Library/Application Support/go/env' GOEXE='' GOEXPERIMENT='' GOFLAGS='' GOHOSTARCH='arm64' GOHOSTOS='darwin' GOINSECURE=''...

api: pubsub
status: investigating

### What happened? MarshalGQL(w io.Writer) doesn't return error ### What did you expect? That MarshalGQL(w io.Writer) would return any possible errors. ### Minimal graphql.schema and models to reproduce I am...