Ondřej Kupka
Ondřej Kupka
In case anybody is interested in syslog, you might want to check https://github.com/tchap/zapext/blob/master/zapsyslog/core.go ;-) Exemplar usage can be found here: https://github.com/tchap/zapext/blob/master/zapsyslog/example/main.go
### Change zapcore.Core interface to split checking and adding core to the entry I have been constantly having difficulties wrapping `zapcore.Core` to add what I needed. Imagine I want to...
This seems to be a problem with `libcalico-go`, doesn't it?
I wouldn't even need an entirely custom partitioner, I would just need the same key to always go to the same partition. Perhaps it would be possible to bake in...
Oh yeah, a lot of fun :-)
Tried the benchmarks from zmq_test.go, but cloned them and used ZeroCopySend instead of Send, for fun: ``` $ go test -tags zmq_3_x -bench . PASS BenchmarkSendReceive1Btcp 50000 49084 ns/op BenchmarkZCSendReceive1Btcp...
Brb, it's completely broken now, I am too eager to send commits I guess...
Good idea, I will try that. The only issue I am constantly fighting with is what is possible to do in CGO. Like very often passing callbacks between Go and...
Sorry, I am a bit out of time right now, will continue on this ASAP. I was just thinking... If we want to copy that `zmq_msg_init_data`, what type shall we...