Panayotis

Results 28 issues of Panayotis

Hello I think I found another lambda problem Let's consider this interface: ``` java public interface MyFunction { R apply(T t); default MyFunction andThen(MyFunction

I was trying to compile Avian with lzma enabld but it failed, and I am not sure if it has to do with the configuration I used or if this...

When compiling avian in OSX, the following warnings appear: ``` compiling build/ios-x86_64-bootimage/machine.o src/machine.cpp:3381:3: warning: all paths through this function will call itself [-Winfinite-recursion] { ^ 1 warning generated. ... compiling...

Hello I am trying to run the ci version of the appimagetool for arm32v7 and arm32v8 on docker, using the official debian:stable and centos images. Specifically I've tried to run,...

When I run onedriver with debug enabled and I try to directly create a borgbackup on onedrive, I get after working for a few minutes, the following error:\. Any ideas?...

First of all, well done for this marvellous system, which would probably make all other monolithic systems obsolete :) Now, I don't know if you accept this kind of issues,...

When manipulating the body of a method/constructor with the method `setBody(String)` , the names of the parameter variables are lost. For example a method `public void test(String hello)` will become...

## Describe the bug A clear and concise description of what a contributor should put as a commit message. Although there's an error message that describes it, even if following...

bug
high

[Java Compatibility Kit](https://www.jcp.org/en/resources/tdk) is a set of tools which help test & measure the compatibility level of a JDK. For example, the percentage of the supported libraries, or if some...

feature

## Describe the bug It is not possible to build Android TotalCross on my mac. The procedure terminates just after created the NDK library. Here is the last part of...

bug