maja42

Results 39 comments of maja42

Im maintaining a fork of this project since a few years, where I added the feature to optionally redirect stdin, stdout and stderr. All calls (even internal usages of stdout/stderr)...

I'm not sure what caused this issue. It happened at random times during runtime, usually several minutes after the application started. At first, I used the go-library https://github.com/mattn/go-colorable, but that...

I managed to solve this issue by overwriting `syscall.Stdout`, `syscall.Stderr` and `syscall.Stdin` to the streams acquired after creating a new terminal window (Before, my code only overwrote `os.Stdout/err/in`). I suppose...

I can take a look at it, but since I'm pretty busy right now I'm not sure if and when I have spare time for it.

Any updates on this?

This sounds good, but it doesn't solve my use-case completely. I'd still like to have a outgoingTrailerMatcher. Reason: We are using the grpc-gateway to provide an external API for our...

+1, just wanted to make the same feature request.

I have the same issue. It's supported by windows, but taskmaster generates an invalid XML. Right now, I'm setting the duration to 365 days as a workaround.

Thanks for the fast answer. I'm currently working on a small engine and decided to use x/mibile/gl for now. But once I'm confident enough in that project to add WebGl...

I get another one: (GoLand 2022.2.2, Linux, Luanalysis 1.2.2-IDEA203, Language Level LUA 5.1) ``` java.lang.ExceptionInInitializerError at com.tang.intellij.lua.ty.ExpressionsKt.infer(Expressions.kt:450) at com.tang.intellij.lua.stubs.LuaTableFieldType.createStub(LuaTableFieldStub.kt:61) at com.tang.intellij.lua.stubs.LuaTableFieldType.createStub(LuaTableFieldStub.kt:34) at com.intellij.psi.stubs.DefaultStubBuilder$StubBuildingWalkingVisitor.createStub(DefaultStubBuilder.java:85) at com.intellij.psi.stubs.DefaultStubBuilder$StubBuildingWalkingVisitor.visitNode(DefaultStubBuilder.java:60) at com.intellij.psi.stubs.DefaultStubBuilder$StubBuildingWalkingVisitor.buildStubTree(DefaultStubBuilder.java:55) at com.intellij.psi.stubs.DefaultStubBuilder.buildStubTreeFor(DefaultStubBuilder.java:33) at...