Tom Morris

Results 686 comments of Tom Morris

Given that this is a breaking change, I'm having a hard time justifying the cost/benefit. Is there something non-obvious that this greatly simplifies on the client side?

> Indeed it's not the response time, it's the time elapsed since the last request. Printing the response time would feel more useful to me. It's actually the time elapsed...

The logging code is here: https://github.com/OpenRefine/OpenRefine/blob/74069eaa1b66d97d06d5916c7f91e883da4eba0f/modules/core/src/main/java/com/google/refine/RefineServlet.java#L170-L181 note that in the default configuration that the logging is for the *request*, not the response. Enabling trace for the `refine` logger will provide...

_From [email protected] on June 11, 2012 12:41:10:_ Excuse the typo - it takes 15 seconds on the screenshot, but I noticed also times around 30 seconds in similar cases -...

_From tfmorris on September 08, 2012 02:58:29:_ I've tracked this down to the column width resizing code in data-table-view.js. DataTableView._adjustDataTables() is causing an enormous amount of time to be spent...

_From [email protected] on August 14, 2011 00:53:51:_ I've learned that adding .join(", ") to the end of the expression remedies this issue - in case anyone else has run into...

_From [email protected] on September 20, 2011 09:15:27:_ The challenge here is that the result of the expression is not a single serializable value (that can be stored into a single...

_From [email protected] on September 20, 2011 09:28:05:_ Post 2.5.

_From thadguidry on September 20, 2011 14:00:36:_ I still say we use color coding here (like the example I emailed you David), & also label the column header in the...

_From thadguidry on September 18, 2012 19:11:47:_ I've updated our function docs to show how to combine forEach() with parseJson() to get all named object instances in a JSON array....