Nami Sunami
Nami Sunami
`codebook()` was failing with the `Error: Argument 1 must have names` for `bind_rows()`. After some investigation, I found that the error is caused by my anonymous function in `aggregate_and_document_scale()` I...
This PR adds a missing space between "CSS" and "(Cascading Style Sheets)" in the sentence. I assign the copyright of this contribution to Colin Fay, Vincent Guyader, Cervan Girard and...
I had the same issue with #27 on pulling more than 500 responses. I added `extra_query` argument to `pages_in_category()` so that I can pass `cmcontinue` to queries. This is not...
I'm just adding a hyperlink to the Tailwind installation guide. Thanks for the helpful guide!
I'm creating this issue as a parent issue to #757 to track the efforts to clean up the warning message about the missing key props. Below are the pages to...
This PR fixes the issue where we can seed the test db too much, potentially reading to an issue of having duplicate data for the fields with unique constraints. I...
This PR fixes the missing key prop warnings on the dashboard. Fixes #803.
This PR cleans up the `Link` component by removing unused `passHref` and `legacyBehavior` arguments so that we can remove the warning message on the homepage. Fixes #954.
This PR cleans up unused codes and functions in the admin page for the collections. It looks like the functionality is now handled in the `AdminCollectedWorks` component. Fixes #759.