Rebecca Lynn Cremona

Results 106 issues of Rebecca Lynn Cremona

Placeholder issue, see https://hlslil.slack.com/archives/C07URASMC/p1641490160004000

bug
priority-low

See https://github.com/harvard-lil/perma/blob/develop/perma_web/perma/templates/archive/single-link.html#L15-L30 and https://github.com/harvard-lil/perma/commit/c21ab341621cb002a49304f384fd729d3443f9a2

bug
priority-low

I noticed a lot of "was already uploaded to IA: skipping" going by in the logs... That happens if the item already exists in IA: https://github.com/harvard-lil/perma/blob/396953c14e8b7bdb8e01df34324ee93b2c994534/perma_web/perma/tasks.py#L1640. It looks like a...

internet-archive
housekeeping
priority-low

Is this a bug? You can fill out the library signup form with the same library name, library email, and library website, as many times as you want, so long...

question

Looks like this isn't happening any more, but some 35K records are mismarked: ``` >>> captures = Capture.objects.filter(role='primary', status='success', user_upload=False, url__icontains='file:///') >>> captures.count() 35258 >>> captures = captures.order_by('-link__creation_timestamp') >>> captures.first().link.creation_timestamp...

As mentioned in the SublimeREPL repo, "On POSIX system SublimeText launched from GUI does not inherit a proper environment. Often leading to problems with finding interpreters or not using the...