Kiswono Prayogo
Kiswono Prayogo
I usually use this alias for measuring real application max memory usage: ``` time='/usr/bin/time -f "\nCPU: %Us\tReal: %es\tRAM: %MKB"' ```
Vs Kafka and redpanda
yes, will try for next project :3 thanks
I used this: ``` gotestsum -f pkgname-and-test-fails | grep -v ∅ # or gotestsum -f testname | grep -v EMPTY ``` but the color is gone
I can't find this anywhere ``` $ sudo apt install pop-minimal Reading package lists... Done Building dependency tree... Done Reading state information... Done E: Unable to locate package pop-minimal ```
ah ic, i use wrong ruby and sinatra version
Btw this project is cool :cool: i'll look forward for the completion :+1:
@tamalsaha that one also give wrong for `[]string` it gives something like this `a%5B0%5D=1` instead of `a[]=1`
i see, but it can't be hold/drag like before.. XD no problem, i just start learning ruby ^^ and found that shoes gui toolkit is the easiest to understand (at...
Possible workaround: `main.go` line `93` ``` runpath := builder.Binary() if runpath[0] != '/' { runpath = filepath.Join(wd, runpath) } runner := gin.NewRunner(runpath, c.Args()...) ```