You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Our current solution is extremely hardcoded, which primarily means that adding images (base or otherwise) and making changes is a very tedious and error-prone solution.
A better solution would be to dynamically search for images, then keep a list of them and update them accordingly. This could all be done with a bit of bash and looping through directories and files.
The text was updated successfully, but these errors were encountered:
Our current solution is extremely hardcoded, which primarily means that adding images (base or otherwise) and making changes is a very tedious and error-prone solution.
A better solution would be to dynamically search for images, then keep a list of them and update them accordingly. This could all be done with a bit of
bash
and looping through directories and files.The text was updated successfully, but these errors were encountered: