Tom Morris

Results 686 comments of Tom Morris

_From [email protected] on October 13, 2011 19:49:43:_ Exporting and re-importing operations sounds promising, but a "re-import" command might be clearer to users.

_From [email protected] on September 26, 2012 06:53:53:_ I have the same issue. Let me summarize my workflow: # Manipulate some data: - Load some data into project "foo" - Do...

`jpackage` may be something worth keeping an eye on as it matures. https://openjdk.java.net/jeps/343 > but it doesn't leverage the latest Windows 10 SDK handling. Can you explain what the impact...

After looking at the code, I'm not sure this is actually blocking the UI, so I need to double check the performance graph.

For a cold start (OpenRefine 3.5.2 standard release server running, but not used since yesterday), I see several `load-language` requests with latencies as follows: 4120 msec 1440 msec 944 msec...

There are a couple of independent issues: * All the calls are synchronous and many are serialized unnecessarily. Issue #3086 covers this. * There are multiple `load-language` calls (although it's...

> Note that this issue is originally about the `get-languages` command (fired only once and only from the index page), not the `load-language` command (fired once per module, on the...

I'd suggest that rather than thinking about a "Records-mode redesign", we instead focusing on designing ways to better satisfy the user needs that records mode is used, sometimes with great...

As a product manager, I'd collect use cases, extract the commonalities and synthesize requirements from them. I wouldn't start from technology choices or implementation details, although I might later look...

OpenRefine uses a timer-based persistence strategy. Saving the project immediately after it is created with save the initial data and metadata, but it will still lose the edits from "Optionally...