Nicolas Williams

Results 28 issues of Nicolas Williams

Refactor `RegisterSourcesBods::Services::MigratorLEI` into the new `RegisterSourcesBods::Migrations` method. This is quite a small task, and the LEI migrations have already been run, but I think there's merit in refactoring and importing...

There are two entities for `brewdog plc`: - https://register.openownership.org/entities/5457047613357657206 - https://register.openownership.org/entities/4505511616172734357 These are expected to be reconciled into a single statement. @StephenAbbott suggests that this might be because the OpenCorporates...

bug

Similar to https://github.com/openownership/register/issues/225 , indexes such as `bods_v2_psc_prod100` use `nested` field type for `publicationDetails`. Doing so makes exploration of the data more difficult, as well as complicating queries, since it...

When viewing some Armenian data in Register, clicking on some entity details links errors with HTTP 500 status. e.g. https://register.openownership.org/entities/1880186386919833599/ , then Details. The corresponding log lines are: ```ruby Dec...

Within Elasticsearch, the raw data for PSC uses `ukpsc_company_records`, `ukpsc_roe_company_records2` indexes. In each of these, documents have a top-level `data` mapping with `nested` field type. I'm not convinced that this...

BODS 0.2 and BODS 0.3 specify that *any* of `id`, `scheme`, `schemeName`, `uri` are required. This is unfortunate, since it's possible for identifiers to have `schemeName` but no `scheme`, leading...

Without commenting on the broader debate of branch naming, 11 register repos use `main` as the main/master/latest branch, and 4 register repos use `master` as the main/master/latest branch. I propose...

On Firefox 114.0.2, viewing a relationship graph (see screenshot) and resizing the viewport (such as making the browser fullscreen) results in the graph staying partially or entirely off the page...

bug