Kévin Gomez

Results 36 issues of Kévin Gomez

Like the [Symfony bundle](https://github.com/K-Phoen/RulerZBundle), RulerZ should provide a Laravel package.

help wanted
hacktoberfest

See #38 and #40

documentation

See #91 It may be the time to move some target-specific code in other repositories?

enhancement

See how RulerZ could support [aggregations](https://www.elastic.co/guide/en/elasticsearch/reference/1.7/search-aggregations.html). ``` json { "aggs" : { "avg_grade" : { "avg" : { "field" : "grade" } } } } ``` Could be expressed in...

enhancement
help wanted

Write a contribution guide with details on how to setup a development environment (using docker, Vagrant, ...), how to launch the tests, how to write a patch, …

documentation

Most of the Go code is currently untested (and hard to test). It should be cleaned, refactored and tested.

Hi, Cleaning a bit the Python code (the style and the code itself) could be a good idea. Checking the compatibility with Python3 could also be nice. What do you...

This PR is an attempt at solving https://github.com/vega/ts-json-schema-generator/issues/666 The approach taken here is heavily inspired by https://github.com/vega/ts-json-schema-generator/pull/667, of course updated to work against the `next` branch. From a high level,...

For instance: - how to enable executors?

enhancement