Florian Festi

Results 85 comments of Florian Festi

Yes, this is clearly the behavior we do want. For now this really only applies to file names but this is less than helpful.

So what it the use case for this? I am all for adding actually useful macros. But if this is just for one package it is not worth littering our...

I wonder if we could overload the assignment in the Python binding to translate the list of strings back into the dict it originally were.

Not sure if this is really the right thing to do here. Many people will have a name and email set in their global git config. This change makes it...

Can you elaborate on what this ticket is about. base2bin returns an array of same size objects. So using n * m bytes of memory is not surprising. Are you...

Well, after having a look my conclusion is memory usage is not the issue here. The issue is we are loosing the information on the actual individual signature sizes. Luckily...

I guess this is very much intentional as the owner may send RPM to overwrite random files otherwise. This is the very case we did re-write the fsm for. This...

OK, we actually set `errno` to ENOTDIR explicitly. Simplest "fix" would be to set it to EPERM for this case. This results in "Operation not permitted" instead of "Not a...

I wonder if we want to do the move if XDG points to a non standard place.

> Actually so I think I understand the question now. We should definitely check what `XDG_CONFIG_HOME` is set to and fallback if it is unset. We actually do that in...