-
Running serial-port-json-server on a MacBook Pro running High Sierra gives a fatal error:
```
Mac:~ david$ ./serial-port-json-server
1970/01/01 01:00:00 main.go:89: Version:1.86
fatal error: une…
-
# Proposal
I propose the four functions
```go
package iter
// unorder
func SeqMap[In, Out any](iter.Seq[In], func(In) Out) iter.Seq[Out]
func Seq2Map[In1, In2, Out1, Out2 any](iter.Seq2[In1, In2…
-
Panic on hdd failover with writecache.
- generate io with writecache object size (1Mb for example)
- remove hdd
```
ноя 28 11:47:47 az neofs-node[1360]: 2022-11-28T11:47:47.777Z info …
-
I am getting the below error in the devlake-lake pod, the UI is up , but after clicking on "Proceed Database Migration" , the devlake pod is going down and giving the below error.
Pod is having thi…
-
Presenter: [Bryan C. Mills](https://www.gophercon.com/agenda/speakers/279041) /cc @bcmills
Liveblogger: [Dmitri Shuralyov](https://dmitri.shuralyov.com/about)
In this talk, Bryan Mills from the …
-
Rod Version: v0.109.1
## The code to demonstrate your question
I have read the doc here: https://go-rod.github.io/#/network?id=blocking-certain-resources-from-loading .it is easy to set hijack o…
-
Hey @rueian, we're using Azure Redis Cache that supports clustering (Azure Redis Premium) with rueidis. We noticed that we are seeing intermittent EOFs while running this piece of code:
```
dedicate…
-
### Is your feature request related to a problem? Please describe.
Remove the [bufferpool](https://github.com/gorilla/websocket/tree/main/examples/bufferpool) example. The example's commit message…
-
Hi,
We're building an API using `net/http` (server) and `github.com/gorilla/mux` (router) and have some difficulties understanding how to best manage open connections in an efficient way using `upp…
-
# sync/workerpool
This package would provide a standardized concurrent worker pool implementation with a simple task interface.
```go
package workerpool
type Task interface {
Invoke(ct…