Kyohei Fukuda

Results 182 comments of Kyohei Fukuda

I'd like to treat performance issues as a separate problem for now. While I understand that the nested for loops are degrading performance, there are still bugs in the table...

Hey @bliveinhack , Thank you for the report. We are using pdfjs to convert PDFs to PNGs on the client side, so it might hang depending on the client's device...

I see. Thank you for reporting this. It works fine in my environment (Mac), so it might be an OS-related issue. The following process might be locking the thread: https://github.com/pdfme/pdfme/blob/da354d889d866df102a944f4fe30015ed0e03acc/packages/ui/src/hooks.ts#L63-L68

I’m currently in the testing phase. I’m also looking for others to help with testing.

I found the following bug: When there are multiple tables on one page, tables that have a page break are positioned inside the padding top.

Hi @SHUHAIB-T ! I'm stuck because I can't resolve the layout bugs.

I see. Currently, we can only provide UI feedback on unique constraints within the same page. We should make it so that users can understand unique constraints that span multiple...

@dkastl I understand why you might feel confused. The array in template.schemas represents the pages of the template. The array in inputs represents the input for the template. And PDF...

Hi @smiddleton93 👋 Thank you for sending the PR. I think the idea is great. Isn’t it possible to configure it from the designer using the [propPanel](https://pdfme.com/docs/custom-schemas#overview-of-custom-schemas--plugins) ? Honestly, I...