Andrew Duthie

Results 98 comments of Andrew Duthie

We encountered a need for this as well. What was the reason for closing the issue? Thanks for the pointer to joining with the newline character. We'll use this as...

Hey @dnmd, thanks for reporting this, and apologies for my lack of response thus far. It's been some time since I've maintained the code for this project, so I'll need...

One noteworthy consideration we're encountering as we're [preemptively implementing these styles in our project](https://github.com/18F/identity-idp/pull/5904): The `float`-ing of the icon works well as a way to avoid excess spacing between the...

I've encountered this being a challenge with the new [File Input component](https://designsystem.digital.gov/components/form-controls/#file-input) introduced in [USWDS 2.8.0](https://github.com/uswds/uswds/releases/tag/v2.8.0). The labels for "Drag file here or choose from folder" are created dynamically in...

Revisiting this one, since I've had a need for this in our project. We were able to come up with a [working solution](https://github.com/18F/identity-idp/blob/master/app/javascript/packages/document-capture/components/file-input.jsx), but it's somewhat tailored to our environment...

> This is an interesting case as well because it demonstrates an additional challenge of a string which includes markup. On the topic of customizing strings which need to include...

> Would you mind also sharing a repro where e.g. `npx tsc` runs into the given error? Sure, here's a sample repository: https://github.com/aduth/tmp-repro-clipboard-typescript It looks like the issue might be...

Thanks for taking a look at this so quickly. I tried checking out the new branch, though unfortunately I wasn't able to generate the type definitions due to the following...

Another consideration may be JSDOM support, common part of testing stacks. Related: https://github.com/jsdom/jsdom/issues/1568

> Looks good! Noting that the linked pages don't exist yet -- I'm assuming that the ball is already rolling on getting those published before this is pushed to production?...