mwhite
mwhite
https://pugsql.org/
I changed the Sinon dependency URL because npm had a problem installing the git one, not sure if that's an issue with my configuration or not.
A relatively simple hierarchical place text deduplication algorithm taking into account order of display could be applied as an option to person pages to avoid repetition of text, as would...
Would this work? ``` js function deepPick(object, paths) { var p, path, result = {}; for (p in paths) { path = paths[p]; _.set(result, path, _.get(object, path)); } return result;...
There is a proposed extension to the JSON API spec that at least one server has implemented that defines a query format for including recursive relationships. https://github.com/json-api/json-api/issues/940
When importing a GEDCOM, multiple notes for one individual are concatenated with a simple newline. It would be nice to use `` as a simple way of preserving the distinction...