-
When I run **go get -u**, followed by **go mod tidy** and **go mod vendor**, I encounter a compatibility issue that breaks my build due to an unexpected field in **merge.Updater**. Specifically, this …
-
I've tried on two machines and one proxmox container, but have not been able to install the rmfakecloud server yet.
Git clone:
```
(base) root@server:/root# cd /src/
(base) root@server:/src# git…
-
While trying to replicate the Snowflake Kafka Connector functionality using [Benthos](https://benthos.dev/), I noticed that in Java they are [adding](https://github.com/snowflakedb/snowflake-kafka-con…
-
I'm a bit puzzled on how `assert.Equal` works with `time.Date`. In the following example I have two dates, one created calling `time.Date` directly, the other one parsed from a string. They represent …
-
I believe the linter fails on detecting `os.Setenv` calls in more advanced scenarios. Here's one:
```go
func TestModelSuite(t *testing.T) {
suite.Run(t, &MySuite{})
}
func (s *MySuite) Setup…
-
To resolve the following High Sev vulnerabilities, update go.mod to use `github.com/stretchr/testify v1.9.0` instead of `github.com/stretchr/testify v1.7.0`
Snyk test output before:
✗ High sever…
-
@AngusWR commented on [Wed Sep 25 2019](https://github.com/microsoft/vscode-python/issues/7591)
## Environment data
- VS Code version: Version: 1.38.1
- Extension version (available under the E…
-
I encountered a message that "does not contain package gorgonia.org/gorgonia/examples/mnist" when I do "go get gorgonia.org/gorgonia/examples/mnist@v0.9.17".
- environment
```
$ pwd; whoami…
-
*Requested feature*
Sometimes I'll generate a mock and `EXPECT` some calls. In cases where the test fails because the mock was called with a different input, it can be very hard to tell what the dif…
-
Hi,
sorry if I did a stupid mistake compilling cook. I am quite new to go.
I am trying to compile cook from source, because I am on OpenBSD (amd64) and there are not precompiled binarys.
When follo…