superposition
superposition copied to clipboard
Few issues faced while following the setup doc
System Info : Pop!_OS 22.04 LTS
-
demo app not working
-
diesel version error
- project is using rust-toolchain
1.76.0and latest diesel-cli requires1.78.0 - installing lower version helped:
cargo install [email protected] --no-default-features --features postgres - the project itself required
1.78.0so changedrust-toolchain.tomlto reflect that
- project is using rust-toolchain
-
make setup: pg_isready command not found- this helped : link
-
make setup:Unknown output type: None- this fix worked : stack-overflow
@divinenaman Thanks for the report! We will fix these