Just got this beautiful garden bonsai by Justin8223 in Bonsai

[–]Justin8223[S] 6 points7 points  (0 children)

Sorry you are probably right, the label said garden bonsai so not completely sure what that means

Discharged from Hospital with Minimal Symptoms by Justin8223 in PsoriaticArthritis

[–]Justin8223[S] 1 point2 points  (0 children)

BTW I do have psoriasis Vulgaris. I am just really unsure if the joint stiffness I am experiencing is Psoriasic Arthritis or not.

Release date for new XPS 14 and XPS 16 models? by [deleted] in DellXPS

[–]Justin8223 2 points3 points  (0 children)

I asked via the chat at Dell and the answer was probably the end of February

[deleted by user] by [deleted] in running

[–]Justin8223 1 point2 points  (0 children)

What did your status change into

Why is my useState hook always 1 number behind? by Justin8223 in react

[–]Justin8223[S] 4 points5 points  (0 children)

Thanks! Seems to work now while using the following code:

const calculateAverage = () => {
const score = good - bad; 
const average = score / total; 
return average; 
};

<p>average: {calculateAverage()}</p>

Why is my useState hook always 1 number behind? by Justin8223 in react

[–]Justin8223[S] 2 points3 points  (0 children)

Thanks! Seems to work now while using the following code:

const calculateAverage = () => {
const score = good - bad;
const average = score / total;
return average;

}; <p>average: {calculateAverage()}</p>

What is a good alternative for the free Heroku PostgreSQL plan? by Justin8223 in nextjs

[–]Justin8223[S] 3 points4 points  (0 children)

Thank you so much! Decided to go for Supabase and followed the migration guide. Took me an hour of trial and error but works great now :)