Lars Marius Garshol

Results 68 issues of Lars Marius Garshol

_From [[email protected]](https://code.google.com/u/106380900043315593284/) on March 01, 2012 20:27:41_ We now accept the best match for each record, but this means that two different records in group 2 may be linked to...

enhancement
imported
Priority-Medium
Component-Core

_From [[email protected]](https://code.google.com/u/106380900043315593284/) on December 03, 2011 15:03:03_ There's a few new features in Lucene 3.5 that we might benefit from. Go through the list of features and identify the ones...

enhancement
imported
Priority-Medium

_From [[email protected]](https://code.google.com/u/106380900043315593284/) on November 06, 2011 14:19:17_ That is, if after processing n fields we know that no matter what happens with the rest of the fields, the records will...

enhancement
imported
Priority-Medium
Component-Core
Performance

_From [[email protected]](https://code.google.com/u/106380900043315593284/) on November 05, 2011 13:03:57_ Writing these long Java class names is kind of tedious. It would be better if we could support something like the `import` keyword...

enhancement
imported
Priority-Medium
Component-Core

_From [[email protected]](https://code.google.com/u/106380900043315593284/) on November 04, 2011 11:18:03_ Need to lift the whole LinkDatabase concept up to a higher lever, formalize it, and integrate it properly into the whole architecture. Need...

enhancement
imported
Priority-Medium
Component-Core

JSLT needs better support for processing nested JSON structures. We'll work on ideas and possible designs later. For now, this issue exists to capture examples of use cases that we...

enhancement

Tried running noteshrink on a JPEG saved from MacOS Preview, with the following result: ``` Larss-MacBook-Pro:shrink larsga$ noteshrink IMG_544* opened IMG_5442.JPG getting palette... Traceback (most recent call last): File "/usr/local/bin/noteshrink",...

Client now doesn't crash if secure_port isn't specified.

Not knowing any other way to stop Virtuoso than with kill, I killed the Virtuoso process (with no flags), and now it refuses to start up. On start, the server...

As pointed out in issue 308, while other operations filter out `null` values from objects, the: ``` { * : . } ``` syntax does not. Should it? If it...

enhancement