Results 5 comments of adibaulia

Halo @lintangtimur, ini saya mau mencoba porting ke Go language, cuman waktu nyoba ambil auth Token (third step) ada error kayak gini. ``` { "message": "Invalid parameters", "code": 1000 }...

You can use `writers := io.MultiWriter(os.Stdout, fileLogger)` and then set zerolog to `log.Logger = log.Output(writers)`. I have done using that in my code.

In that fileLogger, im using `https://pkg.go.dev/gopkg.in/natefinch/lumberjack.v2` package and works perfect as expected

> I was also looking for scrcpy analogues I found an old project: https://github.com/testingbot/ios-vnc . Now there are problems with its building (but solvable) and it depends on the old...

> @nicexe2e4 there is no need for k8s, you're overcomplicating things. Just use simple container lxc or docker or kvm machine. Basically you need to run at least 2 or...