Nick Taylor

Results 260 comments of Nick Taylor

@isabensusan had some ideas, but nothing concrete for the loading state. This is an easy lift once we have the asset.

There are failures because of linting/prettier. ``` ./components/organisms/UserSettingsPage/user-settings-page.tsx 284:30 Error: Replace `·=·` with `=` prettier/prettier 2[91](https://github.com/open-sauced/app/actions/runs/7821446623/job/21339420324?pr=2615#step:6:92):1 Error: Replace `+················{bio?.length}/255⏎+` with `················+·{bio?.length}/255·+{"·"}⏎·` prettier/prettier ``` run `npm lint -- --fix` to fix...

If they updated it today after you visited the page, the page will be cached for two hours. Check a bit later to see if it's still an issue.

Hmm, if it has a description it should render in the OG image. I'll take a peek at this once some Lunch week stuff settles down.

Debugging this, and the API returns an empty string for the description. ![CleanShot 2024-05-17 at 17 33 12](https://github.com/open-sauced/app/assets/833231/c3f139b5-dca4-46e7-9e7e-532e085ef67c)

Looking at the repo though (should have done this first 😅 ), there is no description. ![CleanShot 2024-05-17 at 17 34 18](https://github.com/open-sauced/app/assets/833231/0ec16364-d34c-49b3-8a2f-e71ae4c2c626) MiddlewareHQ/middleware definitely has a description though. Taking a...

Hmmm, debugging and MiddlewareHQ/middleware's description appears. Maybe there was a bug fix for this? ![CleanShot 2024-05-17 at 17 37 05](https://github.com/open-sauced/app/assets/833231/698ee30f-e059-42a9-9e9c-7e988f028f56)

On beta it's all good. ![CleanShot 2024-05-17 at 17 38 37](https://github.com/open-sauced/app/assets/833231/5218b518-7a80-4d7e-98b6-9e7e8806ee9c) On production it's missing. ![CleanShot 2024-05-17 at 17 39 23](https://github.com/open-sauced/app/assets/833231/ebfe38af-c556-40ad-b935-489e26175cc5) Any bug fixes related to description for repo pages...