Deo Kim

Results 14 issues of Deo Kim

If you call `go vet` ```bash go-fastping/fastping_test.go:25: T.Errorf format %v reads arg #2, but call has 1 arg make: *** [validate] Error 2 ERROR: Job failed: exit status 1 ```

I build this project example. in Countries demo ```bash curl -i -H 'Content-Type: application/json' \ -d '{"Code":"FR","Name":"France"}' http://127.0.0.1:8080/countries # it has to return 201(CREATED), but return 200(OK) curl -i -H...

Hello! I like this repo. I want to use it in the android project. Can you make android icon? or Can you PR to other project? or Can I PR...

I want to use [viper](https://github.com/spf13/viper) that is configuration module. ```go viper.SetConfigName("config") // name of config file (without extension) viper.AddConfigPath("/etc/appname/") // path to look for the config file in viper.AddConfigPath("$HOME/.appname") //...

1. http -> https 2. ssl verify skip xml #30

I want to get many web server HTTP status code about 30000. **Code** ```go for ip, _ := range p.addrs { wg.Add(1) go func(ip string) { // http://0.0.0.0 defer wg.Done()...

@PeterGrace Hello! Could you check PR?

nuxt 2.14.5 "vue-vis-network": "^1.0.2" ``` DevTools failed to load SourceMap: Could not load content for webpack://vueVisNetwork/node_modules/vis-network/dist/vis-network.esm.min.js.map: HTTP error: status code 404, net::ERR_UNKNOWN_URL_SCHEME ``