Sebastien Binet

Results 390 comments of Sebastien Binet

what do you mean? ie: what did you try? and what was the outcome?

Not sure if that's related but 'gopls' also fails to import 'runewidth' (this happens when trying to 'gorename' something in one of my packages that happens to import a pkg...

SGTM (I don't recall presenting Gophernotes, or just in passing, in my usual laundry list of science-y projects in Go.) GoLab is a really nice conference :)

seems possible at the protocol level: - https://jupyter-client.readthedocs.io/en/latest/messaging.html#messages-on-the-control-router-dealer-channel - https://jupyter-client.readthedocs.io/en/latest/messaging.html#kernel-interrupt

I don't remember whether gomacro is using reflect under the hood to manipulate types, but if it does, one could perhaps weigh in and propose to have a reflect API...

Hi Chris, I don't have any insights as to why importing 'regexp' is so much slower than other packages. I do suspect the same issue than you do though. I...

yeah... that's something I hit when trying to streamline the gophernotes installation procedure. I had also started (for something loosely connected to my dayjob) a pure-Go implementation of ZeroMQ on...

apologies for the confusion. sbinet-alice/zmq is/was an attempt at reusing the whole machinery of network topologies already implemented by mangos and tacking an implementation of ZeroMQ on top (so, naively,...