Wannes Gennar

Results 5 issues of Wannes Gennar

As suggested in #8 it would be interesting to have CI (like Travis or Circle) set up

enhancement

I mistyped one of the arguments in the command handler, which caused a panic. My command was registered like this ``` go add := clif.NewCommand("add", "Add a new package to...

I'm dynamically building a query from parameters using the following function: ```csharp private IBooleanOperation BuildFacetFromList(IQuery query, List facets, string field) { if (facets.Count == 1) return query.Field(field, facets.First().Escape()); return query.Group(group...

### What problem does it solve It requires clients using the hosted version of the API to send along a `X-Super-Client` header that identifies their application, and optionally a `X-Super-Contact`...

documentation
feature request
blocked

### What problem does it solve Provides API access to fetch warbond information ### What is the solution Add an API endpoint that returns the warbonds available ### Existing alternatives...

feature request
blocked