Oleg Kovalov

Results 87 issues of Oleg Kovalov

```go (a) type ( A struct { ... } B struct { ... } ) (b) type A struct { ... } type B struct { ... } ``` and...

That's not true. ``` // This implemention is optimized to use O(min(m,n)) space. ``` You aren't comparing sizes of s1 and s2. Should be added something like this: ``` if...

Hi, thank for the `golds` it's amazing. I was looking for a param, where I can generate docs for few packages (with a common root, but probably it's not so...

feature request

(hopefully :) Fixes #117 #120 do `aconfig.Config{NewParser: true}` to enable new structure parser.

JSON with comments is neat https://github.com/sourcegraph/jsonx

feature

Current version is outdated https://play.golang.org/p/OsCR8qTCN0H Probably there will be another repository which will contains all the examples with external dependencies for https://github.com/cristalhq libraries, with a CI on cron

feature

We might be interested to provide already compiled binaries for users. Instead of `go get` it will be enough just to download an executable. Might be useful for CI. Objections?

enhancement

Slightly wip, not working by design with floats.