G

Results 30 issues of G

## Overview We're currently on React 17. We'll eventually need to be on a newer major version, whether it's 18, or possibly higher. ### See - https://reactjs.org/blog/2022/03/29/react-v18.html - https://reactjs.org/blog/2022/03/08/react-18-upgrade-guide.html

frontend
chore

The `add_clog_to_manifest` script is responsible for updating `manifest.json` when creating a new changelog. https://github.com/cdr/docs/blob/94ce5fde382a2967affc03c247f5a0423e14fdc1/scripts/add_clog_to_manifest.ts#L43 However, recently, we've added a new `versions: []` key to `manifest.json`: https://github.com/cdr/docs/blob/94ce5fde382a2967affc03c247f5a0423e14fdc1/manifest.json#L2 The script should update...

chore :wrench:

Add documentation on how to develop `cdr/docs`. Particularly, the following are needed: - requirements (coder environment!) - scripts and how to use them / what they're for - where files...

docs :memo:
chore :wrench:

In #195 it was discovered that a doc was missing from `manifest.json`. It would be useful if we had a tool that caught these "unused" files and reported them as...

chore :wrench:

Much like Jupyter, create an image for RStudio

:tada: enhancement

Right now each push/pr [builds all images](https://github.com/cdr/enterprise-images/blob/98c24a3f55e3a69249f6f9d0921a57bc767d6cc1/.github/workflows/ci.yaml#L26-L31) However, most of the time we're patching a single image. We may be able to utilize a mechanism that determines which images ought...

:wrench: chore

See #25 for context

:wrench: chore

## User Story 👥 Here there :wave: :wave:. I was initially evaluating using this library for the following use case: - an API sends me a cron string - I...

enhancement

**Description:** Hey there :wave: - our team is newer to `testing-library/react`, and just had a bit of confusion in PR review whereby we went back and forth on whether to...