RageLtMan

Results 327 comments of RageLtMan

DHCP relay would be really nice to have via TF API

The maas subnet ip range thing seems to work except for the fact that a VLAN needs to first be created with DHCP enabled then have the subnet with which...

Physical nics and block devices cannot be _created_ per se - logical absurdity if you think about it since those are not code products by physical components. Since they exist...

Thanks for working on this. Curious where this effort is currently as the battery charge control bit is very handy to have and it seems the last comment was ~2mo...

Thanks for picking this back up. The EC dump on this version is: ```c | _0 _1 _2 _3 _4 _5 _6 _7 _8 _9 _a _b _c _d _e...

Interesting - seems our EC dumps differ quite a bit: ``` $ diff /tmp/mine /tmp/nalim 1c1 < | _0 _1 _2 _3 _4 _5 _6 _7 _8 _9 _a _b...

Still trying to make sense of what benefit this brings, other than code clarity and a refactor opportunity.

Thats kind of what i did in #31 - you can still call `msg.msh().unwrap()` to get a strongly-typed but non-iterable segment of fields over the original segment's string reference. I...

Fair, though the idea in question isn't so much to impinge on theirs as to have an `Into` impl from the generic segments we have to their specific/typed segments or...

Agreed. The feature mechanisms is a very nice way to expose additional functionality while keeping the core lib clean and minimally opinionated.