Dimitrij Denissenko

Results 19 issues of Dimitrij Denissenko

travis-ci.org is deprecated

Really minor, but very useful. I would also really appreciate a new v0.2.4 tag :)

Added `geoip.isp` + `geoip.netspeed` modules + tests.

Modernizr 1.6 was released over 5 months ago: https://github.com/Modernizr/Modernizr/issues/issue/103 Thanks!

Currently, decoding `RLE_DICTIONARY` encoded columns with a single dictionary value fail with `dict: bit-width = 0 for non-empty dictionary`. I have attached a fix and a test case + added...

Something fundamental has changed since v1.11.0 with `Parse` when applied to invalid JSON: https://go.dev/play/p/kaRXMp3u_hB With 1.10.2: ```go fmt.Printf("%#v\n", gjson.Parse("E.X")) // => gjson.Result{Type:0, Raw:"", Str:"", Num:0, Index:0, Indexes:[]int(nil)} fmt.Printf("%#v\n", gjson.Parse("I.X")) //...

PostgreSQL doesn't support `@>` operator usage on non JSONB fields, e.g.: ``` http GET http://localhost:9080/v1/buckets?contains_id=x --auth="xxx" HTTP/1.1 503 Service Unavailable ``` Logs: ``` Message: ProgrammingError("(psycopg2.errors.UndefinedFunction) operator does not exist: text...

bug
stale

It would be really handy to be able to associate custom meta data with entities to generate automated documentation.

In relation to https://github.com/ruby-grape/grape/issues/2113

If you mount a child API within a parent API, all helper methods are correctly inherited from parent to child, but not params helpers, for example: ```rb class Child <...

bug?