Tom Morris

Results 157 issues of Tom Morris

_Original author: [email protected] (November 11, 2010 07:33:35)_ Ability to open/import .dbf files from shapefile sets(.shp, .dbf, .shx, etc.), and ability to save back to/export as .dbf. I've attached a sample...

Type: Feature Request
imported from old code repo
Priority: Medium
logic
new data format

Draft while I figure out the intricacies of Jackson annotations... Fixes #6652 Changes proposed in this pull request: - Restore deleted public constructors & getters

Type: Bug
Status: Pending Review
extension
Module: API

Per https://github.com/OpenRefine/OpenRefine/issues/6581#issuecomment-2138895162 fix incompatible public API changes that cause compilation errors: ``` no suitable constructor found for StandardReconConfig(java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,boolean,java.util.ArrayList,int) ``` \ ### Current Results Existing extensions don't compile. ### Expected Behavior...

Type: Bug
Status: Pending Review
extension
Module: API

_Original author: thadguidry (July 07, 2010 21:55:17)_ Many existing tools and frameworks provide Macro command areas, Custom command areas, etc. Eclipse, Netbeans, Excel, Talend to name a few. At a...

Type: Feature Request
imported from old code repo
Priority: Low
Theme: UX/Usability
Module: Frontend

There are currently no map tiles being displayed at all on the web site, just markers plotted on a blank screen. This makes the web site basically unusable. This appears...

bug
Priority

**Is your feature request related to a problem? Please describe.** I can't find any place that the minimum Java version is documented and a couple of months ago Java 11...

enhancement

Fixes #6419. Based on @karindev 's work in #6460 adapted to the modified interface in #6796 (which is a prerequisite for this). Changes proposed in this pull request: - Update...

Type: Feature Request
export
refactoring

Refs #6419. This PR includes just the interfaces changes with no changes to the bundled exporters or tests to demonstrate 100% API compatibility: - replace Properties with Map in a...

Fixes #6691 Changes proposed in this pull request: - Turn on line separator detection for CSV/TSV import - Also add text coverage for the CRLF case for Windows

Type: Bug
import
CSV/TSV

This recently added test: https://github.com/OpenRefine/OpenRefine/blob/d29a6e125d4b938766f2de9e1ca83d0e66fcc888/main/tests/server/src/com/google/refine/model/recon/StandardReconConfigTests.java#L393 adds 60 seconds of dead time to the unit tests. ### To Reproduce Steps to reproduce the behavior: 1. Run the unit tests ### Current...

Type: Bug
tests