Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: small misc #120

Merged
merged 2 commits into from
Jan 21, 2025
Merged

fix: small misc #120

merged 2 commits into from
Jan 21, 2025

Conversation

dcroote
Copy link
Contributor

@dcroote dcroote commented Jan 4, 2025

Simple PR; the update to the docker run command comes after encountering the following with the command as currently written:

❯ docker run --rm -ti -p 5432:5432 postgres:15
Error: Database is uninitialized and superuser password is not specified.
       You must specify POSTGRES_PASSWORD to a non-empty value for the
       superuser. For example, "-e POSTGRES_PASSWORD=password" on "docker run".

       You may also use "POSTGRES_HOST_AUTH_METHOD=trust" to allow all
       connections without a password. This is *not* recommended.

       See PostgreSQL documentation about "trust":
       https://www.postgresql.org/docs/current/auth-trust.html

@dcroote dcroote requested a review from aquarat January 4, 2025 23:04
@dcroote dcroote self-assigned this Jan 4, 2025
@dcroote dcroote changed the title fix: add tsx files to prettier lint fix: small misc Jan 16, 2025
Copy link
Contributor

@aquarat aquarat left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

haha, of course 🙈 😄

@dcroote dcroote merged commit e79c851 into main Jan 21, 2025
3 checks passed
@dcroote dcroote deleted the prettier-tsx branch January 21, 2025 15:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants