Petr Razumov

Results 15 issues of Petr Razumov

Looks like `webanalyze` (with [this `apps.json`](https://github.com/rverton/webanalyze/blob/master/cmd/webanalyze/apps.json)) doesn't detect as many applications as `AliasIO/wappalyzer`: ```console $ webanalyze -host="http://stackshare.io" 2017/04/19 13:44:32 Scanning with 4 workers. 2017/04/19 13:44:34 [+] http://stackshare.io (1.346715838s): 2017/04/19 13:44:34...

wontfix

### Bug Report or Feature Request (mark with an `x`) ``` - [x] bug report -> please search issues before submitting - [ ] feature request ``` ### OS and...

Spinner looks funny on dumb terminals. Is there any way to detect terminal capabilities and only output spinner if terminal could display it? ![2017-11-23-195641_658x71_scrot](https://user-images.githubusercontent.com/290451/33183445-f209c75e-d088-11e7-906e-d43e12102a0d.png)

Release notes: https://github.com/gohugoio/hugo/releases/tag/v0.92.2

Is there any progress in PBF Encoder development? Or are there any hints/ideas on how it could be implemented? I need such functionality and I'd really like to help with...

enhancement

`go-ipinfo` provides the ability to use caching using `cache.Interface` and custom implementations. However it would be convenient to provide custom implementations for some popular cache engines: - [x] go-cache -...

Hello, I've noticed recently that running gonx-based applications on more CPUs doesn't improve the performance. So, I've created a [benchmark](https://gist.github.com/pshevtsov/44b5f8fc284372176cb8ad1f07eb6ffb#file-gonx_bench-go) processing 1 million records and measured the results on four...

Hello, Recently I discovered this package, but when I tried to check it on [CRAN](https://cran.r-project.org/package=mindr) I got the following message there: > Package ‘mindr’ was removed from the CRAN repository....

Trying to run the example from README: ```go package main import ( "context" "log" "github.com/AlekSi/pointer" gamp "github.com/olebedev/go-gamp" "github.com/olebedev/go-gamp/client/gampops" ) func main() { client := gamp.New(context.Background(), "UA-123456789-1") err := client.Collect( gampops.NewCollectParams()....