Olivier Mangin

Results 51 comments of Olivier Mangin
trafficstars

Thanks @khaeru! The parser being slow is indeed an issue that needs to be looked at. Actually there is probably some room for improvement at the parser level since it...

Indeed, this is by design since `-` is used to remove tags so `transition-metal` is interpreted as "add tag transition and remove tag metal". It is true, though, that hyphen...

Thanks for the feedback and suggestions. It is true that the current design is not very intuitive. We actually already use the comma syntax for the `--tag` argument of the...

> It would be really easy to perform this correction. I think the only thing we got to do is to modify the alt_dict which contains the field renaming information....

@SamuelCabralCruz, I agree with you that python does not exactly promote what would elsewhere be considered as best practice, but I think the most important thing here is about documenting...

Done for the PR. After looking at it again it feels like `homogenize_fields` should probably be implemented as a customization function, that would take the dictionary as an optional argument....

Thanks @dominique-unruh for reporting this. I could reproduce the issue and open #276 with a candidate fix. Let us know if it solves the issue on your side.

Good point. However, 1. the command actually fails but you are right it adds the paper without the pdf, 2. the reason is that adding the pdf can also be...

Do you have suggestions on where this file should be stored in a user-friendly way? In my opinion the current behavior has the benefit of being quite intuitive provided that...

Indeed, that would be a valuable option since I believe it is a common use case. It should also be pretty straightforward to implement.