Eric Hankinson

Results 5 comments of Eric Hankinson

Since it's reporting the error in summary.tsx, this is what I found corrects the issue. At the bottom of the file near 'Overall Rating' change: `{Array(getEmptyStars()).fill()}` to: `{Array.from(Array(getEmptyStars()), (_, i)...

I just ran into the same basic problem as you :) I fixed it in src/components/summary.tsx

Ask and ye shall receive!! PR #26 I also would like Homebrew distribution of this tool because it actually knows how to handle prerelease versioning as well. Most tools of...

I just opened [PR #519](https://github.com/terralist/terralist/pull/519) that adds support in the Web UI to check if the User's email address exists in `TERRALIST_AUTHENTICATED_USERS` I'm using Google OAuth2 and the `sub` value...

Welcome @valentindeaconu I will have another PR coming tonight or tomorrow for logic related to handling the `README.md` when in the same directory as `main.tf` in a module. In 0.8.0...