Ed Harrod

Results 20 issues of Ed Harrod

Hello, I believe I am receiving a `caseOrder` warning erroneously. I have the following switch statement: ```go switch err := err.(type) { case nil: t.Fatalf("wanted %v, got %v", "a StrategyError",...

- [X] I have looked at the documentation [here](https://pkg.go.dev/github.com/go-playground/validator/v10#section-documentation) first? - [X] I have looked at the examples provided that may showcase my question [here](/_examples)? ### Package version eg. v9,...

When trying to run the `go-fmt` hook on Windows, I get: > tee: /dev/fd/5: No such file or directory I use a local hook to get round it, but it...

When I use document.SaveAs with "pdf" as the extension (and a .docx as the input file), the URL links are stripped: ```go // SaveAs saves document at desired path in...

If I am on a branch which is not pushed, with a commit on it, the link generated is: ``` https://gitlab.com/my-company/my-group/my-repo/blob/main/.gitmodules#L1-1 ``` When this should instead be (for my repo):...

There doesn't seem to be a way to inspect the build, or to re-trigger the check either: ![image](https://user-images.githubusercontent.com/1381991/74542664-e9a83080-4f3b-11ea-9183-6a97e4a02f18.png) From: https://github.com/getyoti/yoti-go-sdk/pull/104

## Description `google.golang.org/api v0.177.0` seems to work fine, but when I update to v0.178.0 and above, I get the following error: ```shell error creating service: open /root/.config/gcloud/certificate_config.json: permission denied ```...

type: question
priority: p3

### Changed - `bug.gen.yaml` file to v2, taken from example at https://connectrpc.com/docs/go/getting-started/

Hey team 👋 ## Backgounrd - I started on a new project that someone else created. I think I ended up running `encore run` before they did (don't know if...

**Describe the bug** I have subscribed to various repos with both: ```shell /github subscribe luno/workflow /github subscribe luno/workflow pulls issues ``` This worked when I posted to one Slack channel....

bug