Results 9 comments of Martin Miksik

Hi all, thank you for thinking it is cool concept. Unfortunately, the app needs more than fixing one bug. The way it is written is more of proof of concept...

Hi @healthyboyv8, I am glad to hear that, unfortunately, due to the current situation I have even less time than before, but I should have more once the semester is...

I think you did not miss any, however, looking at the code I think it would be good if a custom exception would be raised in method parse at line...

@filak-sap @phanak-sap If there aren't any further objections should I implement the exception as described in this PR?

Yes, you can. By setting the custom_error_policies property. For example: ``` python custom_config = Config( xml_namespaces=namespaces, default_error_policy=PolicyFatal(), custom_error_policies={ ParserError.ANNOTATION: PolicyIgnore(), ParserError.ASSOCIATION: PolicyWarning() }) ```

Thank you for taking the time to report this issue. Unfortunately does not support type inheritance and the type Action inherits from the type Item in your metadata. We will...

Hey, would you have ETA for when this will be merged please?

I am getting this error for https://github.com/nodejs/node. `git config --global --add safe.directory '*'` did not solve the issue.

Hey, I am experiencing the same issue and the documentation does not explain this limitation.