Ryan Parker

Results 92 comments of Ryan Parker

Hey @sanjeevim 👋🏻 As mentioned above you should be able to fork this repository, commit changes, then open a pull request for this repository. Check out our [contributing document](https://github.com/aws-samples/aws-cdk-examples/blob/81a63190e9bbd538cb6e9a66a727e7cd70b1a8d3/CONTRIBUTING.md) for...

Hey @febriy Sounds great 👍🏻 . Feel free to open a PR with your example and we'll confirm it works before approving. Make sure to follow the [contribution](https://github.com/aws-samples/aws-cdk-examples/blob/81a63190e9bbd538cb6e9a66a727e7cd70b1a8d3/CONTRIBUTING.md) guidelines too.

I would appreciate this for our reporting tool. We use cypress to send a report to our test case management tool testrails.io . One of our testrails suite could cover...

In my case I wasn't using `'use client';` on any of my pages. I noticed pages that had 0 client side components such as my `loading.tsx` page were triggering this...

> The "/1" at the end of these calls would suggest they are partitioned nominations, which they are not. If you try [api.congress.gov/v3/nomination/117/1220?format=json&limit=250&offset=0&api_key=INSERTKEY](https://api.congress.gov/v3/nomination/117/1220?format=json&limit=250&offset=0&api_key=INSERTKEY) you should get data returned (same for...

Actually this seems to be an error when querying nomination nominees. Request the details of the nomination: ```sh curl --location 'https://api.congress.gov/v3/nomination/117/2691?api_key=' ``` Returns a list of 3 nominees, 2 of...

Re-running `softwareupdate --install-rosetta` then reinstalling Docker for Apple Silicon 4.12.0 (85629) via [website](https://docs.docker.com/desktop/mac/apple-silicon/) fixed this for me. Using M1 Max 2021 MacbookPro, macOS 12.6

Same issue on - sjres 38 (118th) - sjres 32 (118th) - sjres 24 (118th) - sjres 11 (118th)

This is also present in the congress.gov API: https://github.com/LibraryOfCongress/api.congress.gov/issues/211

Verified that the duplicate actions have been fixed on the api.congress.gov side but they are still present in the govinfo API. For example SJRES 9 of 118th: `https://www.govinfo.gov/bulkdata/BILLSTATUS/118/sjres/BILLSTATUS-118sjres9.xml` ```xml 2023-09-26...