Michael Stapelberg

Results 648 comments of Michael Stapelberg

> However, I do think the abstraction needs to be embodied in types; any approach which does string parsing is probably re-inventing the wheel, and loosing the benefits of a...

Maybe a similar commit to https://github.com/google/nftables/commit/fdd795dea1c071f558d54182b821b892707deb12 might be needed? Haven’t looked at it, and won’t have time to do so either, so I’ll rely on a PR to fix this.

Can you send your change as a pull request as well? Or is there any reason why it couldn’t be upstreamed? :)

mdlayher/netlink is a low-level netlink library, vishvananda/netlink is a high-level netlink library. They are not replacements for each other. Overall, I don’t think pulling these 2 libraries into your program’s...

Thanks for elaborating! It sounds like the *presence* of multiple netlink libraries is not a problem in your binary, as long as you can choose which one is being used....

https://github.com/asciinema/asciinema-server/issues/171#issuecomment-402264869 also references termtosvg. Should we re-open issue #171, track that suggestion in this issue’s list, or file a new issue altogother? I’d hate to see that fall through the...

Not quite sure why the options matter, as I’m only parsing, not linking, but here is a self-contained version of the above proto: ``` syntax = "proto2"; message FieldPolicy {...

Sorry for the slow reply — it’s been a while since I filed this, so I had to page a bunch of context back in :) In the original testing...

I don’t have any arm64 computers on which I want to run distri, so I won’t spend time on this myself. distri already knows how to cross-compile (a select handful...

Huh, this does not ring a bell. I can try to take a look tomorrow.