Benyamin
Benyamin
Hi, This is my code: ``` package main import ("fmt" "os" "log" "io/ioutil" "strings" "regexp" "strconv" "github.com/chenjiandongx/go-echarts/opts" "github.com/chenjiandongx/go-echarts/charts" ) var path = "/Users/ben/Desktop/remote#1" func isError(err error) bool{ if err !=...
Hi, Since KVell is run on i3.metal instance, I was wondering how it could be possible to change the KVell configuration codes to be able to run on i3.large instance....
In different machines, it might be possible not to have "Autoconf". So, my suggestion is that, in order to no to encounter errors during first steps of installation, it is...
Hi, I've just gone through the paper and realized that's a great work. I was thinking of implementing distributed KVell. Since the current KVell is run as an embedded key-value...
Hi. Even though I have enough space to host large files, the process of downloading, extracting and pulling docker files ends up with "not enough disk space" error. Note that,...
Hi. It seems that instead of default mode, benchmarks also get an input file. For example, BT can get inputbt.data. I was wondering if there is any place where I...