Oleku Konko

Results 46 comments of Oleku Konko

@drako0812 its a bit related ... am still doing some investigation on the issue, but this is the more reason why [Terminal progress bar for Go](https://github.com/cheggaaa/pb) should not depend on...

(fig)[https://github.com/kkyr/fig] seems to do a better job at this by supporting `subcommands` however it makes sense for `flaggy` to have this.

@esimov any update on this?

@harshthakur9030 you might want to see https://github.com/esimov/pigo/issues/23

@esimov I was doing a little research and I noticed `dlib` [decent level of accuracy](https://www.youtube.com/watch?v=LsK0hzcEyHI) and speed can be attributed to using `HOG` - [source](http://dlib.net/dlib/image_keypoint/fine_hog_image_abstract.h.html#fine_hog_image) & [Support Vector Machine -...

>HOG might be faster in computation than SURF, but as far as I know it's mostly used in image classification (aka to feed up the feature vectors into an image...

The current version is now ` 0.5.2` is there a reason not upgrading ?

> Late last year I got about halfway through making tar, and I was also doing some work on the 'scp' command.. I should finish these soon and then look...

I also prefer strictly `go code` because of the limitations on windows platform. There are plans to add `os/fsnotify` as part of the standard see - [Todo List ](https://docs.google.com/document/d/1s6MxBsLyBG45SRS60a-aM01DmZ4hD1nMzGAKdTopKGY/edit#) -...

Sounds very interesting but rather than make it a different `repo` implement it it like the `go tool` where you can have `other name -args` as as the other utils...