Issue affects users running on Linux subsystem for Windows (and others with strict settings related to creating roles on their local server)
You need to be able to put your own postgres user name BEFORE devise:install runs because users running on Linux subsystem have an unrelated issue with the default role parameter not being an accepted role, and therefore devise install will not work, when running "create-repack-app project_name --full -y". Theoretically, ANYONE with strict settings related to creating new roles on their local server, will have this same issue. Perhaps the user may have the option of passing in their "role" name as an argument, to be inserted into the database.yml?
Issue affects users running on Linux subsystem for Windows (and others with strict settings related to creating roles on their local server)
You need to be able to put your own postgres user name BEFORE devise:install runs because users running on Linux subsystem have an unrelated issue with the default role parameter not being an accepted role, and therefore devise install will not work, when running "create-repack-app project_name --full -y". Theoretically, ANYONE with strict settings related to creating new roles on their local server, will have this same issue. Perhaps the user may have the option of passing in their "role" name as an argument, to be inserted into the database.yml?