Greg Kempe

Results 77 issues of Greg Kempe

Are there plans to support newer releases of GDAL, such as newer 1.11.x releases or the 2.x line? I know Ubuntu 14.04 and 16.04 are both on the 1.x line.

Model's [onDeleteSuccess](https://github.com/FiguredLimited/vue-mc/blob/master/src/Structures/Model.ts#L1100) calls `this.clear()` before calling `this.removeFromAllCollections` and `this.emit('delete')`. This means that `remove` event handlers for associated collections, and `delete` event handlers on the model, don't have access to the...

Aligns the account dropdown menu icons. This makes the menu a bit more visually clean and a bit easier to read and skim.

This fixes #144 and removes the PYTHONPATH hacks that were previously required. The actual move is very simple and requires no code changes: ``` bash git mv censusreporter/apps/* . git...

Hi. We're working on using censusreporter in a couple of African countries and often the first stumbling block with a new team is that the directory layout is different to...

Suppose `root`'s content is `This is a test.` and `toTextPosition` is called with an exact quote of `a tester.`, then the returned `end` goes beyond the length of root's actual...