f4lco

Results 11 comments of f4lco
trafficstars

I do not think generating async interfaces necessarily must be intertwined with a build plugin. Consider using an APT code generator: [FACT-Finder/apt-gwt-async](https://github.com/FACT-Finder/apt-gwt-async). Disclaimer: I'm the author.

+1'd. Working with a file pattern is not working for me, too. I gave fixing this bug a shot, but working with Gradle's APIs gave me a headache. I *think*...

Try the following: ```python >>> import stackexchange as se >>> site = se.Site(se.StackOverflow) >>> site.users(inname='f4lco') (, ) ```

Thank you very much @m-raab, looking forward to it. Actually, I saw the relevant documentation, but it does not address the problem, because the existing dependency configurations do not add...

Thank you @breefield I’d be looking forward to a PR. Optionally limiting the report to “primary” / “first tier” / “non transitive” dependencies would make a useful addition to the...

Hello @koppor, thank you for your feedback. This project is accepting contributions, and your suggestion seems worthwhile. Would you feel confident implementing a retry for a status code of 502?

@Breefield not sure if I get the question correct, let me put my 2ct that way: I think the point is to retry the same request for the same dependency...

Fixed with v0.4.0. Thanks a ton @Breefield 🥳

Thank you very much @grimsa for your detailed report and your interest in this plugin! From a surface-level reading, I think the plugin could do better for the general case...

Thank you very much @Breefield 💯