Jean-Francois Baffier

Results 24 comments of Jean-Francois Baffier

I implemented (including tests) some of the algorithms according to the previous post. For the moment I provided dummy functions for the empty boxes cases. I am still in the...

@sbromberger sorry, I totally missed the notifications. I am currently waiting for a colleague to take care of the last two points of this issue, but he obviously isn't doing...

I am in favor of OrderedDict (I did it on my "fork", and it is just a matter of changing one Dict to OrderedDict)

FYI, [BibParser.jl](https://github.com/Humans-of-Julia/BibParser.jl) has been updated with a new parser. The goal is not to make parallel parsers, but I ended up doing it by commodity. I would be happy to...