Iurii Raboshuk

Results 3 issues of Iurii Raboshuk

extractFileFromContentUrl method added to the plugin which extracts file content from content://... URI using contentResolver.openInputStream, stores it to the temp file and returns its path.

**Describe the bug** When piping a Workbook to HTTP response, `Content-Disposition` header is set to a string with trailing **";"** e.g: `attachment; filename="report.xlsx"; filename*=utf-8''report.xlsx;` According to [RFC 2183](https://tools.ietf.org/html/rfc2183#section-2), the syntax...

**Version:** ^5.0.0-beta.2 When `retryCount` is greater than `0` it is possible to obtain the lock which is already expired. Check the below snippet: ```typescript const lock = await redlock.acquire(['resource'], 1000,...