Results 336 comments of Miek Gieben

[ Quoting in "[miekg/dns] dns.RR - JSON Unmarshal..." ] >Hello! > >I'm attempting to populate record data from JSON. Marshaling RRs -to- JSON has been handled by the language already....

[ Quoting in "Re: [miekg/dns] dns.RR - JSON Unmar..." ] >> Where is this interface defined? > >https://github.com/miekg/dns/blob/master/dns.go#L28 >I'm referencing the generic `RR interface` which indeed does implement a `pack()`...

[ Quoting in "Re: [miekg/dns] dns.RR - JSON Unmar..." ] >> What do you want to store the binary or some kind of text representation? >I'm attempting to use JSON...

Please see https://tools.ietf.org/html/rfc8427

coming back to this, why not? looks most of it can be generated, just like the rest. Depends a bit on how large the actually PR would be. But as...

coming back to this, I don't think we want json marshalling in this lib. The dns types 'n stuff is public (exported) enough, that you can go all-in in your...

My last Ragel endavour is from the 2010 timeframe, so probably not much of a help here. I would (personally) just check in the generated code, and keep -Z for...

text output is wholly experimental and is referencing: https://github.com/mmarkdown/mmark/pull/223 Aside: don't know what's up with the xml2rfc text output, but that's outside of my control

yes this is bug, iirc the attributes apply to to the next element, not sure if there is a clean solution (or rework the attributes entirely)