Michael Nitschinger

Results 59 comments of Michael Nitschinger

https://github.com/apple/servicetalk/pull/2448/checks?check_run_id=9804682299 ``` SingleRequestOrResponseApiTest.streamingService=false, streamingClient=false java.lang.AssertionError: Expected: is but: was at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:20) at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:6) at io.servicetalk.grpc.netty.SingleRequestOrResponseApiTest.serverResponseStreamingRouteFailsWithInvalidArgument(SingleRequestOrResponseApiTest.java:140) at io.servicetalk.grpc.netty.SingleRequestOrResponseApiTest.serverResponseStreamingRouteFailsOnSecondRequestItem(SingleRequestOrResponseApiTest.java:130) at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:104) at java.base/java.lang.reflect.Method.invoke(Method.java:578) at org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:727) at org.junit.jupiter.engine.execution.MethodInvocation.proceed(MethodInvocation.java:60) ```

@bryce-anderson hm, so it looks like the LoggerStringWriter was not the issue here... 🤔

Looks like realpath() .. I'll get on it, thanks for the report!

or if not, document it at least how to get it

@qiujiangkun hi, thanks for reporting. Unfortunately I do not find time to maintain this project anymore, so you might be better off either fixing it yourself or go looking for...

Thank you for your contribution @froismo! I am not able to maintain the repository at the moment. While I am planning to do again in the future (no date I...

@vit1251 I know it's been a long time, but can you explain what you mean by "various pattern selection" please? I'll see what I can do then.

we now use oniguruma so this should be very close..

On the other hand, we could say lets keep it only with lookups and let people optimize at the higher level so that maintaining doesn't become too much a burden...

@dahosek thanks for sharing!