lpfeup
lpfeup
I am not very familiar with Python, but I was able to solve this by modifying `changes.py` as below: ```python import re ``` ```python def normalize_trailing_whitespaces(functions): for k, v in...
Just for clarification, ```ImmutableRequestBuilder``` would still be mutating it's internal state on each method call. But it would no longer modify objects passed as arguments from calling methods. Is that...
Full error detail ``` Exception in thread "main" java.lang.VerifyError: Bad type on operand stack Exception Details: Location: main/Main2.async$test(Ljava/util/concurrent/CompletableFuture;[Lmain/Main2$TestModel;Ljava/lang/String;[Lmain/Main2$TestModel;IILjava/lang/Object;Ljava/lang/StringBuilder;ILjava/lang/Object;)Ljava/util/concurrent/CompletableFuture; @181: getfield Reason: Type 'java/lang/Object' (current frame, stack[1]) is not assignable to...
Could this be related to https://github.com/electronicarts/ea-async/issues/29?
Will this be fixed in Play 2.6.x? I had to switch to NettyServer until this gets fixed.