Tom Morris

Results 686 comments of Tom Morris

Our current configuration mechanism uses Java properties which are specified on the Java command line. These could be initialized from a .ini file, but we don't do that automatically, in...

It may make sense to exclude automated dependency updates entirely and instead use a human summarization of the output of something like: ```bash find . -name pom.xml -exec git diff...

_From thadguidry on August 27, 2011 21:56:26:_ Here is a Screenshot of my suggestion. ![TypeHint - Google Refine](https://user-images.githubusercontent.com/986438/63023702-39ae1980-be6b-11e9-9e56-db49716e137d.png)

_From [email protected] on September 27, 2011 09:05:26:_ Thanks, Thad. Originally, because the preview updates as you types and changes the expression, the intention of showing the expression in the preview...

_From thadguidry on September 27, 2011 13:21:19:_ But do you think a user will simply know their expression anyway, since it will be in the larger text area above ?...

_From [email protected] on September 28, 2011 03:45:34:_ The scenario is this: the user is typing in some rather long expression, and the preview is lagging behind (especially if Refine is...

_From [email protected] on September 29, 2011 03:07:52:_ Renamed issue. Marked as Enhancement, Post 2.5.

Since this is registered and visible to the front end as the command `command/database/execute-query` we probably should give folks some advance warning that it will be removed. The method `executeQuery`...

> I understand a change in the default behaviour will mean breaking changes for scripts supposed to be reproducible, but I believe this is an important issue that needs fixing...

A better default might be to use the user's locale rather than doing data-dependent guessing. We should probably retire our custom date parser altogether and just use the built-in Java...