f4lco
f4lco
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...