mnort9

Results 12 issues of mnort9

When set to false, the autoHide option disables the hide functionality so the daterangepicker can remain visible after selection Closes #1824

Rendering with ActiveJob & ActionCable would allow for long performing background jobs to push view content when finished. **Rough Flow:** 1. Render async called in view, which also creates ActionCable...

enhancement

Is it possible to access the relation from the `report` object in the view? This would be useful for displaying other metrics in the view like total, max, min, etc.

Any way to dynamically switch dimension granularity (day/week), similar to passing arguments to `context_params`?

Is there any way to set a global date field display timezone other than changing the Rails config setting? I'd rather not make an app-wide timezone change for displaying dates...

feature
fields

When using the `near` query and specifying a dynamic radius column, is it possible to also set a default radius if the dynamic radius is not set for that row?...

I've confirmed that News results are returned when passing the "News" parameter, but the query seems to ignore any result limit. ex: ``` bing = Bing.new("BING_KEY", 3, 'News') results =...

Im trying to set the extension to 'pdf'. It works fine when I set it globally with `papercut.set`, but not on a specific schema version. `schema.version({name: 'original', extension: 'pdf'})` I...

Jbuilder partial doesn't seem to be working. I'm receiving this error: `undefined local variable or method `item' for Gon::Jbuilder:Module` --- show.json.jbuilder ``` json.partial! 'items/item', collection: @items, as: :item ``` _item.json.jbuilder...