baschi29
baschi29
> > > Yes, I just worked through this problem myself: > > * `POSTGRES_USER` and `POSTGRES_PASSWORD` must be a `SUPERUSER` (e.g. `postgres`) > > * You will need to...
Have you tried looking at/performing the steps from [the error situations part](https://github.com/uunicorn/python-validity#error-situations) of the project description? Also, to get proper help with your problem I suggest specifying how you installed...
https://github.com/jakobwenzel/MensaGuthaben/pull/32
I also struggled with this problem and was not able to immediately fix it. Maybe it would be a good idea to state in the documentation that the scripts are...
> Or state that in the scripts themselves or outright delete them? Deleting them in the branches where they do not work anymore seems fair. The project Readme points to...
Ok, so I took some time and updated the provisionEmulator script to mainly simply follow the cirrus.yml and tested it for the android15 branch. I did not have time to...
Hi! So at the start I had problems running the scripts because contrary to the pipeline some ADB commands use " instead of ' and my shell needed escaping for...
Hey @stevesoltys ! I took some time to look at the scripts again - just to make sure, we are talking about the scripts located in the development directory used...
Ah that makes sense. I will check if manually setting the transport fixes the issue. Maybe I can look into if we can detect if the transport is recognized and...
Great, thank you! How do i best handle this? Do I simply revert my previous commit in the corresponding branches? Do I start over and open new PRs? Or is...