Barthelemy Dagenais
Barthelemy Dagenais
Hi Jim, what kind of workers are you using (process / thread / green threads) and how many? The only time I observed pylinkvalidator scan many links quickly was when...
Hi Jim, here are my notes about the wait flag 1. I think the wait flag should represent the minimum time each worker should wait before making a request: the...
ignored prefixes makes it super easy to block entire sections of sites, but it makes sense to add two new params: include_only (regex) and exclude (regex). These parameters are relatively...
When running a job or a command, the plugin does not take into account the inventory file specified in the resources model source. It takes in that order the inventory...
Hi! I was not even aware that pymining had an anaconda package! Is there some official documentation on how to do this (beside the build steps you provided)? Thanks!
Hi, handling replies is usually done with inbound email processing such as https://aws.amazon.com/about-aws/whats-new/2015/09/amazon-ses-now-supports-inbound-email/ What did you have in mind?
Hi, I am not aware of such problem, but I would first make 100% sure that the GatewayServer is indeed shut down and instrument the Java side first (enable logging,...
Hi, can you post a code snippet (java and python) to reproduce this problem. t is the internal name for the entry point.
Hi, how is the JVM started?
Hi, I believe you are using auto_convert=True and the Python implementation of clear() calls pop() and expects an IndexError when the list is empty. The JavaList.pop method implementation should probably...