Maurício Aniche

Results 126 comments of Maurício Aniche

Hi @letimome, Indeed, this feature is yet to be implemented! I'd love your contribution! :) I'd say the only requirement for it would be to make sure that this is...

I don't think I got a PR on this. @ishepard just implemented a `BetweenTags` commit selector, though! We may reuse some of his code.

Yes, definitely! Feel free to add any documentation. I'll make sure to write them whenever I have some change to do.

That's a good idea, yes. However, some things for us to think: - That would double the memory consumption. Source codes are long. - I am not sure if the...

if you pass the header to the constructor, then you can validate any write() command with wrong number of parameters

Currently, it's up to the developer to print the header of the CSV. IF s/he doesn't do that, then the CSV ends up with no header. My suggestion is in...

@chripard, yes, should be thrown from there! I am actually thinking that, if that happens, we should stop RepoDriller. It's much better to fail fast in this situation, as the...

Hi @nascimentolwtn, thanks for joining the discussion! We can make it optional, yes. But, if you provide it, I don't see why it shouldn't fail if the writer doesn't match...

If this particular case happens, we should fix it at RepoDriller, right? (which is already fixed actually, tks to @chripard). I still don't see a case where you can have...