Alex Lloyd

Results 4 issues of Alex Lloyd

Rather than the usual "take a short break" page after finishing a pomodoro, I'd like to go to a custom URL. I have a spreadsheet I use to track my...

The type definition for `RemovedTransaction` is ```typescript /** * A representation of a removed transaction * @export * @interface RemovedTransaction */ export interface RemovedTransaction { /** * The ID of...

Should whitespace be trimmed from the returned accessible name or description? e.g. `Hi` My reading of the spec is that the accessible name should be " Hello world ", but...

question
Agenda

17/116 unit tests currently fail on Internet Explorer. e.g. ```typescript fit('understands label for', () => { render( html` text bar`, container); const elem = document.getElementById('foo'); expect(computeTextAlternative(elem!)).toBe('bar'); }); ``` This passes...