Brian Love

Results 5 issues of Brian Love

I'm trying to have a model with a 'created_by' column that joins to the 'id' column of a user model. Since the name of the column is not of the...

Provide a clearer, up-front explanation of the three cases for the `dependencies` parameter in `useEffect` to reduce the need to click through to the more in-depth explanation further down. I...

CLA Signed

I'm trying to add a Trellis-based graph within a Nuxt/Vue website. When I try using the most recent `0.6.1` release I get the error described in #81 (this also happens...

Dark text on a blue background is not easily readable, especially at a distance. The dark text should instead be a lighter color, like white or `--bright-blue-lightest`. ![image](https://github.com/georgetown-cset/eto-chip-explorer/assets/22353962/0c86ad52-1a63-4101-a70b-28af42bc6887)

bug
accessibility

`react-loadable` is no longer being updated and uses deprecated React functions. Replace it with `Suspense`/`lazy` (see https://github.com/georgetown-cset/science_map_ui/pull/580). ``` console.warn Warning: componentWillMount has been renamed, and is not recommended for use....

tech debt