Jesus M. Gonzalez-Barahona
Jesus M. Gonzalez-Barahona
If 'debug' is set to true, a boxhelped is added to the scene for the element with the collider, and for elements potentially colliding with it. If the collider component...
When decoding as utf8, if the character cannnot be decoded, use the backslashreplace error handler, instead of the surrogateescape error handler. Fixes #18 for git backend, maybe others should be...
For data sources for which character encodings cannot be determined otherwise, it could make sense to use [chardet](https://chardet.readthedocs.io/en/latest/) which does a good job in finding out the most likely charset...
When producing the dashboard with the `grimoirelab/full` container, when it enters incremental mode, I see the following error: ``` Enrichment for git: starting... Exception ignored in: Traceback (most recent call...
When retrieving certain mailing lists, I'm getting an error, apparently due to 403 when accessing them. But the same page which raises this 403 can be retrieved via wget. I...
Request: Add a new option, when instantiating a Perceval iterator, to specify an error handler. This could be done similar to the `errors` parameter in [codecs](https://docs.python.org/3/library/codecs.html). I would implement at...
When working off-line, or when willing to exactly reproduce something that happened in a given repository, "as it is", it would be interesting having an option for backends.git.Git (or more...
It seems the way Perceval runs git to get the git log could miss some renaming in some cases (this is with the Linux kernel git repo). ``` DEBUG:Git https://github.com/torvalds/linux.git...
When running the git backend to analyze the git repo of the [torvalds/linux GitHub repository](http://github.com/torvalds/linux), and uploading it to ElasticSearch (using the Python elasticsearch module) i get an error which...
This issue was triggered by the insightful comments by @filmaj in chaoss/grimoirelab-sirmordred#167 To summarize, now we have the following documentation: * Some README.md files in source code repos, including some...