Andrew Duthie

Results 78 issues of Andrew Duthie

[Slack](https://slack.com/) has a nice behavior where adding a message, then proceeding to press the "Up" arrow, gives you the opportunity to edit this message. This is useful in situations where...

enhancement

Currently the calendar date picker is a bit of a black box so far as inferring whether dones have been reported on a specific date. Would be nice to add...

enhancement

It's common to keep a Dones tab open in the background all day, or open multiple tabs of Dones. To keep up to date with dones added in other tabs...

enhancement

Since each page of a tag detail listing can vary in height, it is very difficult to navigate quickly between multiple pages of tags using a cursor, since the user...

enhancement

### Describe the bug USWDS offers a [theme variable to control focus offset](https://designsystem.digital.gov/documentation/settings/#general-settings), but it does not always respect the assigned value. Specifically, this affects button and checkbox/radio styles. ###...

Type: Bug
Context: Sass
Package: Button

## Description This pull request seeks to improve the default appearance of using an Icon within a Button. Using an icon to accompany a button's text is a common pattern,...

Needs: Discussion

### Describe the bug USWDS currently ships with 4 default fonts: Merriweather, Public Sans, Roboto Mono, and Source Sans Pro. Of these, all except "Public Sans" are subset to include...

Type: Feature Request
Needs: Discussion
Affects: Fonts
Status: Voting Open 👍

TypeScript now ships with [type definitions for clipboard globals in the DOM lib as of TypeScript 4.4](https://github.com/microsoft/TypeScript-DOM-lib-generator/issues/1029#issuecomment-869224737). This pull request attempts to fix errors which can occur when trying to...

Steps to reproduce: 1. Copy some text to your clipboard, like this: `1234` 2. Go to React JS demo page: https://jsfiddle.net/nosir/gLLsrxxf/ 3. Right click the first field in the preview,...

It doesn't seem I can easily edit or fork the [referenced benchmark](https://esbench.com/bench/5a295e6299634800a0349500), but in the latest Chrome (78), this appears to perform slightly better than the current implementation: ![image](https://user-images.githubusercontent.com/1779930/68361960-a09e4000-00f3-11ea-886f-215df2eedfdb.png) Benchmark...