Sebastien Binet

Results 256 issues of Sebastien Binet

I am trying to migrate [gonum/plot](https://github.com/gonum/plot) PDF backend to gofpdf because: - it allows to embed fonts, - it has support for color opacity. see: https://github.com/gonum/plot/pull/433 however, it would be...

in progress

add ability to rename namespaces add test for this new feature.

hi, testing `github.com/rainycape/dl` with go-1.6, I get: ``` sh $> go test -v ./... --- FAIL: TestFunctions (0.00s) panic: runtime error: cgo argument has Go pointer to Go pointer [recovered]...

Let's do actual work on https://docs.google.com/document/d/1Hvxf6NMPaCUd-1iqm_968SuHN1Vf8dLZQyHjvPyVE0Q/edit There are currently a few `Go` interpreters on the market: - `llgoi`, a JIT-enabled interpreter built on top of LLVM and `llgo` - `ssainterp`,...

as https://github.com/golang/go/issues/61716 is now accepted, we should probably migrate to using `math/rand/v2`, when all the Go versions we support ship it. (and drop the use of `x/exp/rand`)

with the ZeroMQ C++ project being relicensed under MPL-2: https://github.com/zeromq/libzmq/pull/4555 we could theoretically rewrite go-zeromq/zmq4 by "just" reading ZeroMQ/C++ code. (that's still a lot of work, but we could almost...

something (ideally) compatible with: - https://cms-nanoaod.github.io/correctionlib/ - https://indico.cern.ch/event/1205685/contributions/5071206/attachments/2521011/4334849/ncsmith-amg-correctionlib.pdf

enhancement
help wanted
feature
proposal

`hepmc` is an old package. we should revisit somewhat how I/O was implemented (ASCII and binary) to make sure the old assumptions still hold.

enhancement
first-issue