Henrij
Results
3
comments of
Henrij
Had the same initial error and it got resolved by `sudo apt install libtool`
Hi @Shardboii, had the same issue with the start of PostgreSQL 18 and you need to remove the `/data` path below to make it work: > volumes: > - postgres:/var/lib/postgresql/data
To make it work I had to set both: `style` and `inputStyle`: ``` [inputStyle]="{'width': '100%'}" [style]="{'width': '100%'}" ```