Daniel O’Connor

Results 40 issues of Daniel O’Connor

This is based on #39 but keeps the API backwards compatible, providing two options to supply the text that should be copied. Fixes #37.

https://web.dev/publish-modern-javascript/ I tried using `exports` but had to remove it in #33 to fix #31. It'd be great to add back since it's smaller than the other bundles. I'm not...

help wanted
good first issue

Hello! I may be misunderstanding `Tether.destroy`, but it only removes the `zeroElement` and leaves the `Tether.element` when I call it. (The `zeroElement` is the first Tether-related line in this screenshot.)...

bug

Hello! I'm using `preprocessCss` and `extractCss` to convert a SCSS file to CSS then store it in my library's `dist` folder. I also use `keepImport`. The import in the JS...

The input text color is `red` in error mode which is not accessible on white. Also, the focus state goes to blue which is odd since it's in an error...

In some cases (above the fold images) we may not want to force lazy-loading since the solution relies on JavaScript.

This refers to these four components: * `Button` and `ThemedLink` * `Link` and `TextButton` ## Problems with the current components There are a handful of open issues related to these...

The `TextInput` component has two uses of `ref`: 1. The public API accepts a `ref` prop 2. The component has an internal `ref` to programmatically focus the input element The...

There are a bunch of tests that currently test the component internals. These will break in the future if we ever refactor the component. Ideally the tests would only test...