Skip to content

Instantly share code, notes, and snippets.

View jendiamond's full-sized avatar
🏠
Working from home

JenDiamond jendiamond

🏠
Working from home
View GitHub Profile

Don't lose faith in the reliability of your test suite

https://engineering.gusto.com/eliminating-flaky-ruby-tests/ It is human nature to ignore alarms when there is a history of false signals coming from a system.

Flaky Tests have a destructive effect on developer productivity

  • builds were needlessly retried,
  • trust in our test suite was eroded, and
  • frustration with our CI system grew among the team.
  • Non-deterministic tests led to slower iteration velocity because we couldn’t rely on our build results, and

Manifest

Collection Document

Manifest - manuscript & all it's images

Titles in Samvera = labels in manifest

Ticket-URS-411

Turn on two-up viewer for multi-page works in UV

Determine if UV can just be configured to use the two-up view for multiple page works

If there is a UV config for this, turn it on

If this requires some change in the IIIF manifest or changes in some other places make some notes about what that would require

ACCEPTANCE

What is a Software Build?

If you are developing a simple computer program which consists of only one source code file, you merely need to compile and link this one file, to produce an executable file. This process is very simple. Usually, this is not the case. A typical Software Project consists of hundreds or even thousands of source code files. Creating an executable program from these source files is a complicated and time-consuming task. You need to use "build" software to create an executable program and the process is called " Software Build"

title date draft
Creating a Hugo blog
2019-05-11 21:38:49 -0700
true
  • $ hugo new site develedge
  • $ cd develedge
  • $ git init
  • $ mkdir themes
UrsusURS-372

Create collection splash page template

As a developer, I want to have a standard landing page template for collections. The template will be configured to dynamically load collection level content.

ACCEPTANCE

  • A masthead / banner section that displays a representative image from the collection
  • Include "Copy page url" and link icon
  • Do not include "share" link