Artem
Artem
Page [Usage](https://github.com/awaitility/awaitility/wiki/Usage) requires changes in terms of Duration/Durations support. This is how it should look like (imo): ```markdown # Durations Awaitility provides a [Durations](https://www.javadoc.io/doc/org.awaitility/awaitility/latest/org/awaitility/Durations.html) class that contains some predefined duration...
It'd be a good idea to fix warnings generated by clang's scan-build and cppcheck. I've started some work related to this.
Currently there is some initial beos support. However, according to Wiki beos is not supported anymore, but Haiku is its successor. It even works (at least in Virtualbox) and probably...
Looking at https://github.com/apache/maven-artifact-transfer/pull/20#issuecomment-752454346 I thought it might be a good idea to finish switching plugins to Maven 3.1.1 and retire `maven-artifact-transfer` plugin. A quick search in apache organization showed several...
### Context Updated gradle wrapper to 7.5 Updated `e.fayard.refreshVersions:refreshVersions` and corresponding plugins by `refreshVersions` task. I also suggest leveraging minimum Gradle version to v6.8.3 (the last one in `6.x` branch)...
Do not call project.exec, it's recommended to use ExecOperations.exec instead https://docs.gradle.org/current/userguide/configuration_cache.html#config_cache:requirements:use_project_during_execution This is basically a copy-paste from the link above to remove one warning related to configuration-cache support. #### Checklist...
When I launched wxbanker today it said I'm launching it for the first time, however I have been using it for several years. It appeared that now wxbanker saves config/db...
It seems like Jira issues should refer to github issues now, but I'm not sure.