Tamino
Tamino
Yes I am thinking about using the Atlassian API or something else.
Hey, same here. When will there be another release?
Hi, is there any solution to this issue? We are facing the same issue and would like to upgrade to Java 17.
Yes I can create only 1 but for the first scenario I would need many clients. I am just wondering why it is so slow.
Well my test took 18 minutes and then only like 4 minutes after using only one client per endpoint (using two endpoints). I created a client per repository and sometimes...
I see, I will try with the JDK defined. Its installed by IntelliJ IDEA so it might not get found when building with the .bat file.
Hi, I would love to see multiplayer games were players can join a running game. This would be an incredible awesome feature which Warcraft III does not provide. I have...
Okay is there a global location where I could place one .ini file then which will be read by all main methods? How do you test the separate main methods?...
It says this when I remove the check: ``` CMake Warning (dev) in CMakeLists.txt: No cmake_minimum_required command is present. A line of code such as cmake_minimum_required(VERSION 3.22) ```
and I get this compile error now: ``` /FreeImage/OpenEXR/Imath/ImathVec.h:220:41: error: ISO C++17 does not allow dynamic exception specifications 220 | const Vec2 & normalizeExc () throw (Iex::MathExc); ``