Luke Chambers
Luke Chambers
I've encountered an issue when doin openDBChannel in docmode. It seems that if the document doesn't exist, vuex-easy-firestore attempts to insert the doc. Problem is, if the user doesn't have...
In response to timeouts on create/batch calls, WePay support suggest increasing the CURLOPT_TIMEOUT. However, this is hard coded. It would be great to allow this to be configurable, either on...
We're still seeing this issue. Attached is a sample PDF that fails when attempting to merge. [blank-bad.pdf](https://github.com/user-attachments/files/15811639/blank-bad.pdf) Our merge code looks like this: ``` export async function merge( inputPath: string,...