-
BeginWatch(Edge, IRQEvent) could have a more Go like API to handle events like signal.Notify
https://golang.org/pkg/os/signal/#Notify
-
Please answer these questions before submitting a bug report.
### What version of OpenCensus are you using?
make install
go version go1.16.2 linux/riscv64
bin/check_go_version 1.15.2
plugin/loa…
-
Stack trace from the terraform-provider-google_v5.12.0_x5 plugin:
panic: interface conversion: interface {} is nil, not []interface {}
goroutine 190 [running]:
github.com/hashicorp/terraform-pr…
-
At this place; https://github.com/komuw/ong/blob/2c4db0654a96d2d78c1519f25c5f7c2af89329b5/enc/enc.go#L91
we should zero(from memory) the `derivedKey`
```go
func zero(key []byte) {
if key == n…
komuw updated
2 years ago
-
#### Environment details
- Programming language: Go
- OS: Mac OS
- Language runtime version: 1.19
- Package version: google.golang.org/api/classroom/v1 , google.golang.org/api v0.87.0
…
-
Hi! First of all, thanks to the team and to @profnandaa for driving this effort! We seem so close to having a robust windows container ecosystem, and oci builds are the last big missing piece. very ex…
bnu0 updated
5 months ago
-
## Objective
Ensure message responses contain the respective created/updated resources.
## Origin Document
![image](https://github.com/pokt-network/poktroll/assets/600733/b466bd2f-b008-419a-b…
-
The client example [uses the deprecated method](https://github.com/go-vgo/grpclb/blob/master/examples/client/main.go#L27) which called `WithBalancer`.
gRPC keeps changing the balancer api which mak…
-
在 https://github.com/sql-machine-learning/sqlflow/pull/2158#discussion_r415757386, https://github.com/sql-machine-learning/sqlflow/pull/2158#discussion_r415664863, https://github.com/sql-machine-learn…
-
## Week 1
- [x] Go fundamentals
- [x] Typescript fundamentals
- [x] coreutils: echo, env, cat, wc, head, tail, yes, true, false, tree (use gobyexample to speed up things)
- [x] Testing fundame…