Ethan

Results 8 comments of Ethan

If you run the commands directly, you can see the command output. For me: ``` sudo tc qdisc add dev eth0 handle 10: root htb default 1 Cannot find device...

> @ethanf curious if your impl ended up looking promising? I've updated https://github.com/ethanf/simple-binary-encoding/tree/go-flyweight with the latest code. It's code complete and mostly works, but there's still work to do updating...

https://github.com/ethanf/simple-binary-encoding/tree/go-flyweight has passing tests now, does anyone have a preference for how to switch between the flyweight and struct versions of the generated code? Is a system property that switches...

@steven-stern added some basic system tests along with recent work

Closing this, we've updated the APIs to work more like the other implementations

Generally agree with this. For error handling, we want to stick as closely to the behavior of the other languages (Java/C++) to reduce surprises and make it easy to port...

> I think it would also be nice to add a function to set a logger config to all aeron internal loggers created by `MustGetLogger`, what do you think @ethanf...

> @ethanf There are merge conflicts which prevent this PR from being merged. @vyazelenko Merge conflicts are fixed up and tests are passing again. The go codebase needs to be...