pennal

Results 16 comments of pennal

Could be my setup, I know that setting `root` as the username is not recommended, but I don't see why it should fail. I'll try to investigate if I have...

Running the command `SELECT datname FROM pg_database WHERE datistemplate = false` inside of DataGrip, connected with the same credentials I used for this image, gives me a list of the...

After a bit of playing around, even changing the username and password to anything else failed in my case. The only thing that allowed it to work was to set...

Hi, is there any update on this?

I created a simple example to show the issue: https://github.com/pennal/test-pdf/ It has the same dependencies as my project, although stripped down. It shows the same issues I described in the...

Hi, were you able to look into this?

Yep, I agree, that is a workaround. But this means that whatever you design on the website must be adapted once again to work with Thymeleaf. Also, anytime there is...

Sure. All of my templates share the same header and footer. This is done for consistency among the different emails. What I do at runtime is simply inject the body,...

Did all of those, unfortunately it did not get fixed. I had a similar issue with another app on mac and in the end it was due to the way...

The problem is that when running any command involving the bundle identifier, it fails! ```bash tccutil reset AppleEvents wang.jianing.app.OpenInTerminal tccutil: No such bundle identifier ``` While looking through the issues...