Piotr Kubowicz
Piotr Kubowicz
This is fixed in my fork: https://github.com/nexocodecom/jira-client/commit/3a1cc671fcf383e4b250855556237f49343b74cf It is published to Maven Central, so you can use it if you want.
This issue blocks projects from applying good practices of sharing build logic between subprojects (i.e., convention plugins). Gradle currently suggests to stop putting all your plugins into the root build.gradle...
Kotlin 1.7 works with AssertJ 3.21.0. It won't however work with AssertJ 3.22.0, as a new problem appears: ```plain None of the following functions can be called with the arguments...
This is unimplemented only for Bash. Zsh completion works fine.
Workaround: ``` yourModule.run(['$analytics', function($analytics) { $analytics.settings.pageTracking.basePath += '!'; } ]) ```
Since comments and raw strings are already not taken into account when checking line length. Splitting string literal is risky - this string may be the expected value in a...
Supporting `@Suppres` would be nice in this case.
> It's a common practice in several languages. In languages that have C-like syntax. Kotlin has an option to write code in a more functional style. I don't want to...
I want to be able to catch all exceptions coming from ical4j (and nothing more). From what you suggest I will have to do the following: `catch(IllegalArgumentException | ParseException e)`....
Please merge this. Python3-based code (I checked out joecksma:python3 branch) is the only way I can use pulseaudio-dlna on my Kubuntu 19.10. Ubuntu provides version `0.5.3+git20170406-1`, which seems to be...