scabala

Results 33 comments of scabala
trafficstars

Hi @imsnif I would like to ask about utility libraries for other languages point. Does it mean it will be possible to create plugin for Zellij entirely in, for example,...

It is actually good to hear ;) I personally believe that in this case, scripting languages are best approach. Can't wait to see it available!

Hello, unfortunately, running `zellij` as server directly is not supported so right now your on your own. This also applies to #2475 and #2476. Running `zellij` as server directly is...

I think this is duplicate of #2035

@prologic I've been hit by the same issue but I've been able to figure it out. `sess.ReceivePack` calls `Close` on `io.Reader` it gets and any further attempts to write something...

Hi, my code is in such a mess that I am not able to share it but here's a snippet that solved it for me. ```go type ReaderFakeCloser struct {...

Glad it helped you @siaikin. Did you manage to have success for two, consecutive `git push`es? In my example, it is failing on parsing response from client.

@siaikin Ah, so you did not try `git push && git push`? I did, for sake of completeness and found out that there's a bug in `go-git` - reported it...

Thanks for reply! > So, Kopf considers all tasks spawned after its startup as its own — for simplicity. I see, that is understandable. I have come up with another...

I think this is related to #1093