Tiberiu Popa

Results 8 comments of Tiberiu Popa

Not much code to share. So I'm using standard doctrine fixtures for a symfony app, set some references in there(I'm using value objects and custom doctrine types if relevant) call...

Anything on this? I have the same issue, I would expect to be able to run a post script in the backend or endpoint and be able to throw a...

This is still an issue, at least on docker. Everytime I start containers giving the admin credentials as env variables, it seems a new admin user is created UPDATE: It's...

Yes, can confirm this is happening for me also using the pdf loader. It seems that this is the case with some of the pdf file, not all. Found this...

Thanks, route53 suits me as this is what I'm already using, and it seems to work indeed. But I think this is getting a certificate for each domain name in...

Apart from a warn saying worker was not cleanly shutdown, this seems to be doing the job. An alternative I used so far is what I described here https://github.com/temporalio/sdk-typescript/issues/1437 basically,...

Maybe to answer my question, I found one possible alternative We can split a nestjs app, by creating a separate entry point and main module that would create standalone app(no...