Andrius Putna

Results 5 issues of Andrius Putna

https://saylordotorg.github.io/text_handbook-for-writers/

Fix name of env variable ### Description App env.example contains invalid ENV name, just renaming env.example ### Demo URL https://github.com/vercel/examples/blob/main/solutions/static-tweets-tailwind/lib/twitter.js#L20 https://github.com/vercel/examples/blob/main/solutions/static-tweets-tailwind/lib/twitter-media.js#L7

Mainly for shorthand control, like creating virtual envs, installing requirements, migrations etc: running dev env should be as simple as : git clone [email protected]:stribny/sidewinder.git cd sidewinder make example Makefile: ```...

add to docker-compose.yml ``` pgbackup: container_name: pgbackup image: prodrigestivill/postgres-backup-local restart: always volumes: - ./backup:/backups networks: - app depends_on: - postgres environment: - POSTGRES_HOST=postgres - POSTGRES_DB=${DB_NAME} - POSTGRES_USER=${DB_USER} - POSTGRES_PASSWORD=${DB_PASS} -...

When running `alembic revision --autogenerate -m "New model"` it does not detect admin models ``` INFO [alembic.runtime.migration] Context impl PostgresqlImpl. INFO [alembic.runtime.migration] Will assume transactional DDL. INFO [alembic.autogenerate.compare] Detected removed...