Tomas Jakubek

Results 6 comments of Tomas Jakubek

@Upperfoot and how did you solve this setup in NestJS TypeORM?

> > @Upperfoot and how did you solve this setup in NestJS TypeORM? > > Hey @tocosastalo I just installed the pg-native npm library which solved it, it's automatically used...

@Upperfoot The connection to the DB seems to be OK, but the server cannot automatically recover from this error and must be restarted. After the restart, it will reconnect to...

@keithhackbarth Did you figure out how to use Attachment?

When I change dockerfile to: ``` FROM python:3.6 WORKDIR /app RUN pip install requests RUN pip install --force-reinstall requests ``` Then the error is: `ERROR: Could not install packages due...

Thank you for your responses. Yes, paths renaming is very strange for me too. Unfortunately, now I don't have permissions to update docker or centos, so i can't try these...