Daniel Staśczak
Daniel Staśczak
In modern media players, de facto standard is that the 'previous' method can change current track to the previous track _or_ start it from the beginning. What was the rationale...
### Description We have a significant number of shell scripts in the repo: ```shell $ fd -H '\.sh$' packages/backend/scripts/build.sh packages/backend/scripts/build_docs.sh packages/backend/scripts/build_static.sh packages/backend/scripts/deploy.sh packages/backend/scripts/execute_remote.sh packages/backend/scripts/install_localstack_fixtures.sh packages/backend/scripts/run.sh packages/backend/scripts/run_local.sh packages/backend/scripts/run_migrations.sh packages/backend/scripts/run_tests.sh packages/backend/scripts/trigger_migrations_job.sh packages/internal/core/scripts/docker-create-volumes.sh...
According to the and , Linux users can customize their "user directories" to be in a different paths than the default `~/Downloads` etc. _However_, the install script hardcoded this path...
# Steps to reproduce 1. Create content model (e.g. "foo") with field `pg_rating` (multiple words in snake_case) in Contentful. 2. Try to create a new entry: ```python new_entry = environment.entries().create(...