Patryk Plewa

Results 16 comments of Patryk Plewa

Previously worked on `PdfSharp` assembly version `1.50.4589.0`

My current workaround for this is: ``` table.BottomPadding = Unit.FromMillimeter(1.6); ```

Hello, do we have any updates on this feature?

I have 0.8.0 installed from npm - the latest release. It does not support yet.

Thank you @papnoisanjeev . Unfortunately it did not resolve all the issues. When setting up the built-in MySQL DB, there is some issue in `./docker/bash/uvdesk-entrypoint.sh. ``` mysqladmin: connect to server...

Hi @ars128 , thanks for keeping the issue moving. I checked out the `v1.1.7_micro` branch and initiated the build with the new `Dockerfile`. However, this time, the container is not...

Ok, I found the problem. The `uvdesk-entrypoint.sh` on the branch has an incorrect end-of-line sequence. Please change it in the repo to `LF`

**All those files that are copied by the Dockerfile have incorrect end-of-line sequence** ``` 2024-12-23 11:15:51 Setting up directory permissions for user: root 2024-12-23 11:15:51 Set permissions for /var/www/uvdesk/.env 2024-12-23...

After manually fixing the end-of-line sequence I end up with this error: `/usr/local/bin/uvdesk-entrypoint.sh: line 82: /home/root/.my.cnf: No such file or directory`. After debugging the code I understood that I should...

@ars128 What is the reason behind not including this inside the Dockerfile or the setup shell script? Building the container should create a ready-to-go environment.