JuKu

Results 9 issues of JuKu

Thanks for your great work! But badly, i cannot build the project. These are the CMake Logs: ``` -- The C compiler identification is GNU 9.3.0 -- The CXX compiler...

all tests, except iso_timestamp_conversion_is_accurate_to_ms() are passing now. Attention! There are some quick&dirty fixes, because you want some format what isn't saved in this way in Java - so we have...

@awkay @Shredder121 I have fixed your JUnit test integer_percentages_can_include_user_specified_fractional_digits() in my 2 commits: - https://github.com/JuKu/easy-i18n/commit/c37d7b41232667f55782b7d03408bb51f0d93470 (encoding problem) - https://github.com/JuKu/easy-i18n/commit/864c3e2fc4f159d7c060f9036558e296b66fc1ec I know it's more like a quick & dirty fix, but...

I have debugged a little bit this JUnit test and i think the problem is the missing "a" in the SimpleDateFormat pattern, a stands for am/pm, see here: https://docs.oracle.com/javase/7/docs/api/java/text/SimpleDateFormat.html Maybe...

Ich fände es sinnvoll, wenn man in der [3. Folie](https://iccl.inf.tu-dresden.de/w/images/c/c2/TheoLog2018-Vorlesung-02-overlay.pdf) mal eine Mehrband-Turingmaschine (als Beispiel) zeigen könnte, damit man weiß, wie das (formal / als "Automat") aufzuzeichnen ist. Ich selbst...

Currently, if i set a connect timeout, it doesn't has any effect, the timeout doesn't works. ```java //set thread pool timeouts vertxOptions.setMaxEventLoopExecuteTime(5000); vertxOptions.setMaxWorkerExecuteTime(5000); //set timeouts options.setConnectTimeout(500); //set reconnect options options.setReconnectAttempts(this.reconnectAttempts);...

Hi, I get an unexpected exception, if i use fiber handler in event bus and awaitResult(). ```java getEventBus().consumer(eventName, Sync.fiberHandler((Message event) -> { //... //execute sql query to list rows of...

Hi, Are there already plans to support javascript as a script language?

Hi, I am using a Gitlab installation and want to use airfield with an internal git repository. Is there a possibility to support authentification for git?