Leonardo Herrera

Results 18 comments of Leonardo Herrera

Hey, is there a place where I can find information about the new file format? Would like to try my hand at adding support.

> I figured out why it was happening in 2018. It was happening because as all ISPs in Turkey, my ISP were also using CGN system and it has limited...

Great! Given that I don't know much about IPv6, I wonder what kind of pitfalls this approach may have. Our database says "6" as version; what is the implicances of...

Metro tiles could benefit from a more responsive behaviour. It is not easy to use several of them in a small screen.

IntelliJ is playing some sort of whack-a-mole game with me at the moment. Is there a way to make it somewhat smarter regarding the whole `mvn javacc:javacc` operation?

Oh, no, I'm just interested on how to keep working inside IntelliJ without it lying to me about the code being debugged.

Hey, I need this also - willing to help if you need an extra pair of hands.

Sure - in the meantime I'm using `node.Element(something).Should().BeNull()` (or something like that, I don'r remember) in my tests and it's not too bad but really bothers me. Looking forward to...

Looking into the code, one could argue that it's worth adding support for read-only collections leveraging something like `Add()` or `AddRange()` in the implementation template.