Rick Jensen

Results 14 issues of Rick Jensen

Many of these checks jump out at me as being either dumb, obvious issues that should be fixed (eg. duplicate imports), or clear "this is a bad idea or has...

meta

Many clients, like Ember, expect pluralized root-level collections, and a number of other APIs / frameworks do this by default (ie. Ruby on Rails). Elide supports changing the by manually...

Hacktoberfest

This happens if the project already exists, as well as if the project is band-new. The API key only shows 1 or 2 additonal accesses, so clearly the 50-per-hour limit...

I would prefer to have my constraints more of a higher-level artifact, putting them in `grails-app/Constraints` but there isn't an easy way to do this right now. This ability is...

**Is your feature request related to a problem? Please describe.** My Slack has many more users than I care about, since I only care about a subset of conversations. Exporting...

enhancement

We have lots of duplication in some places where we're defining basically the same behaviors or data on mocks or other objects, but each tests tweaks it a little bit....

WIP
TECH-DEBT
TESTING

There's a rudimentary ability to route between two Druid instances, but it would be cool if this was made more robust to be able to route to multiple instances or...

WIP
IDEA
EXTENSIBILITY

Consider the following malformed query: http://example.com/v1/data/myTable/week/metrics=views&dateTime=2014-09-01/2014-09-08 There should be a `?` between `week` and `metrics` not a `/`. This returns the incorrect error message: Required parameter dateTime is missing. Use...

WIP
ERROR HANDLING
UX

It would be really nice to have a case-insensitive `contains` filter operator.

WIP
UX
FILTERS
EXTENSIBILITY

New Fili adopters often have questions about the architecture of Fili, especially around the core workflow. If we could document that, it might be a huge help for understanding how...

WIP
DOCS
ONBOARDING