Nigel Charman

Results 6 comments of Nigel Charman

Can anyone point me to a gradle build with a workaround for this? We have a multi-project build where the root project isn't released, and there are dependencies between sub-projects....

The process is running as a GitHub Action. It is single threaded. It's possible that GitHub shares the IP with other processes, however, we have another job running hourly on...

We implemented a workaround of adding a 1 second delay to the processing of each record. It's not ideal but is OK for a one-off job. We might look to...

I agree it should be overwritten. For reference, I just tried the Maven plugin and it overwrites the results file and log.

We're now using `enumerate(dwca)` so we're in no rush to have this corrected. I'll leave the issue open though in case other people come across it.

Would it be worth adding a note to https://python-dwca-reader.readthedocs.io/en/latest/pandas_tutorial.html too? It was this documentation that led me to believe that this combination might be possible.