davidpolverari
davidpolverari
Your parser implementation is way more elegant than mine :smile:. Anyways, I had to make minor changes to make it work and to simplify (IMHO) the program flow. Besides, we...
Regarding the caching (memoization), I think we could create a function to wrap `netrc_parse` and populate/verify/return the previous results contained in an array of few elements of a struct (host,...
I cherry-picked your commits here, as they would be the same changes I'd have to make.
Hi! Yes, was just a little bit busy with other stuff.
I would like to try to implement this feature, as I already have implemented a (somewhat naive, but working) simple `.netrc` parser in a few lines. But before I finish...
I submitted a PR that implements the feature. I intend to enhance some points of the implementation in the future, but for now it seemed to work for me. Tests...
I know this was already closed, but this is for informational purposes only: this particular issue was fixed by 4f38c09. Maybe @fredericopissarra didn't have this (#117) issue in mind when...
You're welcome!
That's good news! And congrats for the good work you are doing on readpe! 👏🏼
> Let me answer something simple first: From this point on libpe will be maintained from within this repository. This is because the releases are very much tightly coupled and...