Dan Michael O. Heggø

Results 70 issues of Dan Michael O. Heggø

Copied from https://commons.wikimedia.org/wiki/Commons_talk:CropTool#Edit_conflicts : I'll just note here that CropTool doesn't currently handle edit conflicts well. Yesterday I had one (someone uploaded a new version while I was selecting my...

Should have a look at this to see if it can replace jcrop: https://github.com/andyshora/angular-image-crop

The "Get Lending Requests" API returns max 100 results, but do not support pagination (`limit` and `offset` parameters). Should report this upstream.

With no further explanation, but seems to indicate unsupported queries. For instance, while AND is supported, querying the same field twice doesn't seem to work: curl -X GET --header 'Accept:...

curl -X GET --header 'Accept: application/json; charset=utf-8' --header 'Authorization: apikey {key}' 'https://api-eu.hosted.exlibrisgroup.com/almaws/v1/users?limit=5&[email protected]' | jq '.' gives `"total_record_count": 5`, but only 3 records are returned. Anonymized response: ```json { "user": [...

Today's surprise: The [Alma users API](https://developers.exlibrisgroup.com/alma/apis/users/GET/gwPcGly021r0XQMGAttqcNyT3YiaSYVA/0aa8d36f-53d6-48ff-8996-485b90b103e4) can return users without any identifiers! 😲 Within the normal Alma GUI these are shown as "contacts". Another weird thing is that the `primary_id`...

We're using lazy loading e.g. in in `Bib::getRecord`. Perhaps the implementation could benefit from using [ProxyManager](http://ocramius.github.io/ProxyManager/).

As discussed in https://github.com/scriptotek/php-marc/issues/15#issuecomment-552375262, this might be a good idea to better support IDE code hinting while still retaining a fluent / less verbose interface.

Both use `008/11="a"` (Library of Congress Subject Headings), but LCGNF ([example record](http://id.loc.gov/authorities/genreForms/gf2011026665.marcxml.xml)) also uses `040 $f="lcgft"`, so it can be detected in the normal way. LCCN ([example record](http://id.loc.gov/authorities/names/n79043449.marcxml.xml), however, is...

See discussion on https://github.com/scriptotek/mc2skos/pull/52/files/3ecee883067cbae4d4f5f1bd02b1d552ff131f35#diff-a8ebb6cae69594050b537bd50ca451ebR307