Darren Greaves
Darren Greaves
OK I don't feel that strongly about it so I'll leave it as it is for now. :-)
Hi @ctaity I can't find that method in [The Flickr API documentation](https://www.flickr.com/services/api/). Do you have any more details about it please?
Hello. I can't get it working sorry. I did some test code to call the method but it just failed. How does this differ from `flickr.people.findByUsername` anyway? Can't you just...
Here you go, I've pushed my branch. https://github.com/boncey/Flickr4Java/tree/user-search Refer to the README on how to run the tests.
Am taking this out of the milestone as no work has been done on it and I'm a bit unclear on the intent of it. Was the intention to replace...
Hi, these methods seem to have slipped through the net - thanks for alerting me. I've made a new milestone for this and a few other completeness related tasks. No...
I did that (I just changed the entry in the `Gemfile`) and it seems to connect every time now. I just did it 7 times in a row and it...
I get this problem too, exactly as described. Interestingly, CPU usage doesn't immediately spike after re-enabling the plugin, it just seems to build up over time. I do have one...
Can we get a release out for this please? My code is failing a dependency check for [NVD - CVE-2021-41973](https://nvd.nist.gov/vuln/detail/CVE-2021-41973). This bump to 2.1.5 will fix that. Thanks.
I can replicate this by checking out this project and running `ApplicationValidatorTest` under Java 11. Failed to call configuration validation method java.lang.RuntimeException: java.lang.reflect.InvocationTargetException at com.google.common.base.Throwables.propagate(Throwables.java:160) at com.jamierf.dropwizard.debpkg.validation.ApplicationValidator.validateConfiguration(ApplicationValidator.java:71) at com.jamierf.dropwizard.debpkg.validation.ApplicationValidator.validateConfiguration(ApplicationValidator.java:48) at...