kalenjordan
kalenjordan
Oh and I should mention that I haven't tested this yet. Again the changes are pretty trivial and my IDE code inspection is green so I feel pretty good about...
Okay I just tested this locally with a single dynamic block and it worked like a charm. I haven't configured any ignored blocks or anything yet.
Good grief it's been a while and I don't remember hardly any of this stuff. @rgranadino any thoughts?
Thanks! Hm, interesting - I'm not sure off the top. Can you try running the exact query that's generating the graph and see if it's missing anything? Maybe that's what...
So the graph is blank on 7/30 and not on 7/31 when you subtract everything by a day? On Mon, Aug 24, 2015 at 11:48 AM, yzpmpgq [email protected] wrote: >...
Hm - I wonder if the library has some kind of an issue with numbers over a certain thresshold. Maybe try subtracting something from the value in the query and...
What if we just abstracted some kind of Json format to map to the select object methods. So instead of sql (or perhaps an alternative to sql) would be a...
But I don't think we'd lose any flexibility. The zend select object can generate basically any SQL as far as I understand - definitely everything you mentioned - joins, group...
Hm not totally sure I'm following but I'm reading this pretty quickly right now. Maybe you can PR?
What if for i18n support, you return back an array or something: ``` array( "number": "4", "unit": "day", "direction": "future" } ``` So "4 days ago" would be ``` array(...