Sebastien Binet

Results 256 issues of Sebastien Binet

CL https://golang.org/cl/222846/ (and following) added support for markdown-based present files (as per https://github.com/golang/go/issues/33955) it would be great if the `present` instance running at talks.godoc.org was updated to accept them as...

talksapp

`gomq` should add support for PUB/SUB as defined in: - https://rfc.zeromq.org/spec:29/PUBSUB

`gomq` should add support for `REQ/REP` as definied in: - https://rfc.zeromq.org/spec:28/REQREP

hi there, not sure if it's the correct place to discuss such high-level items but... it would be nice if bebop supported a way to regroup different topics, what other...

(and possibly enable/disable this with a configuration switch)

right now we have this API for `Attribute`: ```go type Attribute struct { Identifier } // Read reads raw data from a attribute into a buffer. func (s *Attribute) Read(data...

there are many places where we do: ```go func f(vs []uint) { cvs := (*C.hid_t)(unsafe.Pointer(&vs[0])) C.cfunc(C.int(len(vs)), cvs) } ``` (or equivalent.) either replace all these type prunning snippets or insert...

We should rewrite all the `cmd/xyz` commands as proper `ExampleFoo()` examples.

This CL is a first step towards supporting new features and APIs of HDF5 v1.10. Right now, anecdotal evidence shows that HDF5 v1.8 is still massively deployed so support for...

details: - https://github.com/gonum/hdf5/pull/10#discussion_r132589035 In `C`, `H5Tset_size` takes a `size_t` as argument to set the total size of the `DataType`. This was translated into `DataType.SetSize(sz uint)`. This wasn't taking into account...