Justin Güse

Results 58 comments of Justin Güse

Update: Happened to me when switching from postgres:11 to postgres:latest I think it is a file permission issue. I used a local host volume for the - ./database:/var/lib/postgresql/data, and switched...

Hey, yes it is definitely a problem with PostgreSQL, it worked way better when I used a MariaDB image. I found some other threads complaining about PostgreSQL performance with Nextcloud,...

adding in methods.py the following and calling it from a file similar to eval.py? ``` def predict_next(agent,data,window_size): state = get_state(data, len(data)+1, window_size + 1) # select an action action =...

Hey, I'll have to look that up in the next days, but yes I had the same error. I think as a quick fix you could add sth along the...

in general this template is a huge mess, sorry... so many wrong named variables and simply forgotten ones...

same, ``` Failed to access Github repository "ThemeFuse/Unyson-Backups-Extension" releases. (cURL error 28: Connection timed out after 5001 milliseconds) ````

Hi @annabellecloete , could you specify to where exactly you uploaded it? I tried wp-content/plugins/ but it doesn't work

hmm kind of fixes it a little bit for me, thanks! still missing the "import demo" option for me, but at least the backup option shows now... For anyone that...