-
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.
## Awaiting Schedule
These upda…
-
Add a Go SDK for bots. Depends on https://github.com/forta-protocol/forta-agent-sdk/issues/145
-
```
"""Stand up the infrastructure for the application."""
import pulumi
import pulumiverse_cockroach as cockroach
project = pulumi.get_project()
p = project + "-"
cockroach_cluster = cock…
-
### Community Note
* Please vote on this issue by adding a 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to the original issue to help the com…
-
This option doesn't seem to be used by the SDK, in the implementation detail, but is publicly exposed:
https://github.com/Azure/azure-sdk-for-cpp/pull/6154
It's probably worth going back to a source …
-
## Expected Behavior
I expect `AssertNumberOfCalls` to succeed only with one given “expectedCalls” value.
In the “Steps to reproduce” section below, there are two assertions to assert the number…
-
### Go version
go version go1.23.1 darwin/arm64
### Output of `go env` in your module/workspace:
```shell
GO111MODULE=''
GOARCH='arm64'
GOBIN=''
GOCACHE='/Users/amir/Library/Caches/go-build'
GO…
-
Hey !
MultiversX blockchain is written in Golang and ... I think it would be interesting to improve the sdk code and documentation to allow more things to be done with this language.
[Golang SDK…
-
## Looking to participate in Hacktoberfest 2024? 👻
Here's a fantastic way to contribute to Couchbase's open-source ecosystem by creating a Golang Starter Kit!
Couchbase already has starter kits…
-
### What happened?
Using Go SDK, I'd like to create a job to import avro data and then export to bigquery.
My script is like:
```go
package main
import (
"context"
"encoding/json"
"…