Sebastien Binet

Results 256 issues of Sebastien Binet

hi there, running the following program: ```go package main import ( "flag" "github.com/fogleman/gg" ) func main() { const ( W = 1024.0 H = 1024.0 ) nn := flag.Int("n", 1000,...

The messages list is first retrieved from Proton via the /messages call. A JSON representation of each of these messages is saved in a local db. However, the retrieved JSON...

it seems to me as `pop.Connection.Create` should create `time.Time` fields in UTC time instead of local time. `pop.Connection.Create` uses the `pop.Model.touch{Created,Updated}At` methods to fill these `time.Time` values, which themselves use...

breaking change
proposal

right now, the `Socket` interface reads: ```go type Socket interface { // Send puts the message on the outbound send queue. // Send blocks until the message can be queued...

- [x] implement `push/pull` - [x] implement `req/rep` - [x] implement `dealer/router` - [x] implement `pub/sub` - [x] implement `xpub` - [ ] implement `xsub` - [x] implement `pair` -...

as noted in https://github.com/go-zeromq/zmq4/pull/76#discussion_r382633771 there's a bit of a confusing ownership between who's responsible for closing `net.Conn` between the underlying `zmq4.socket` and the various `{r,w}pool` implementations. this leads to either...

specs: - https://rfc.zeromq.org/spec:25/ZMTP-CURVE/ - https://rfc.zeromq.org/spec:26/CURVEZMQ/

like is done in [HEPData/hepdata-cli](https://github.com/HEPData/hepdata-cli).

help wanted
feature
first-issue
proposal