Behrooz Nobakht

Results 8 issues of Behrooz Nobakht

I just created an issue at jflex-de/jflex#191 as I initially thought I am wrongly using the tool chain. I tried to ``` bash $ bnfc -m --java -o src/main/java --jflex...

enhancement

Observe if system property for MR JAR is available - Check if the JVM system property for MR-JAR is set - If set, parse the value as a boolean -...

Let's consider the following naive example: ``` java static interface Map_ { } static class EmptyMap_ implements Map_ { } static class InsertAssoc_ implements Map_ { public final Pair pair;...

Setup is GNOME 3.24 Ubuntu 17.04. When clicking on Configuration in GNOME Tweak Tool: ``` TypeError: redeclaration of formal parameter iter Stack trace: Application

In [this comment][1], it is stated that zipkin-cpp-opentracing supports Zipkin v2 format: > the zipkin c++ library currently only supports the V2 style spans But when looking at [`zipkin_core_constants.h`][2], the...

The following is my POM configuration: ``` xml html5 true true prettify book false true true ./images ./css/asciidoctor.css true right true font true - ``` For attribute `source-highlighter`, the syntax...

**Describe the bug** `io.micrometer.observation.Observation#wrapChecked(Observation.CheckedCallable)` is as follows: ```java default CheckedCallable wrapChecked(CheckedCallable checkedCallable) throws E { return () -> observeChecked(checkedCallable); } ``` It wraps around a `Callable` that throws `E`. The...

enhancement

When running on a large repository, I get the following error. Not if there's a problem with the git repository or the command. ``` $ git-who error running "table": failed...