Results 16 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...

Looking forward to this feature. No requirement to anticipate the expiration time duration since my tested function computes the expired key's duration. Any updates available?

Have there been any updates to this feature? This feature has been extremely helpful when using Rust. If this feature is coming to Visual Studio Code for Golang, it would...

> Hello! Yes I can implement it until Sunday @adibaulia hello! is there any update yet about bitbucket support?

> Do you mean 10000 or just 10 commands at once? 10000 is quite many. You may try to increase the ReadBufferEachConn and WriteBufferEachConn options. I mean there are 10_000...

> It depends on how large your 10_000 commands are, including command length, key length, and value length. When doing SET command, one command will have something like this :...