Instalation is here: https://www.youtube.com/watch?v=iyl7s-KSr94
https://rocketee.rs/install-postgresql-pgvector-ubuntu
sudo apt install -y postgresql-common
sudo /usr/share/postgresql-common/pgdg/apt.postgresql.org.sh
Instalation is here: https://www.youtube.com/watch?v=iyl7s-KSr94
https://rocketee.rs/install-postgresql-pgvector-ubuntu
sudo apt install -y postgresql-common
sudo /usr/share/postgresql-common/pgdg/apt.postgresql.org.sh
!important: A special flag that overrides all other rules.<a style="color: red;">).#main-button)..button-primary), an attribute ([target="_blank"]), or a state (:hover).a, p, div) or a pseudo-element (::before).| Aspect | Promise.all | Promise.allSettled |
|---|---|---|
| Rejects on first failure | Yes, stops everything | No, waits for all |
| Result on success | Array of values | Array of {status: "fulfilled", value: ...} |
| Result on mixed | Rejects with first error | Array with fulfilled/rejected statuses |
| Use case | All must succeed (e.g., required API calls) | Inspect all outcomes (e.g., optional fetches) |
Promise.all rejects immediately if any promise rejects, returning only successful values if all succeed.
Promise.allSettled always resolves after all promises settle (fulfill or reject), providing status for each