aorsten
aorsten
For info, EMF/WMF to PNG conversion can be done with libreoffice with such a command: `soffice --headless --convert-to png my_file.emf`
About the Linux version, I tried running `lsb_release -a` in the Function, resulting in: ``` Distributor ID: Debian Description: Debian GNU/Linux 9.11 (stretch) Release: 9.11 Codename: stretch ``` `uname -a`:...
About this, I have compiled a new lo.tar.gz for use in Azure Functions for Python on Debian 9 (stretch). So far it seems to work - I'll have to do...
I am seeing the same issue with `[email protected]` and `[email protected]` (and also at `5.0.0`). It's being used together with objection.js. Removing `keywords(ajv)` fixes the issue, and the syntax error is...
I have also tried returning to `ajv-keywords` specific peerDependency of `[email protected]`, but that also does not work, unfortunately. Has transform worked at all with ajv 8?
I believe I have solved it on my end. The issue for me has been that I'm using ajv and ajv-keywords inside a monorepo, where multiple packages are using ajv....
Question: Rather than loop every other merge to see if there's a collision, couldn't the following: ``` // apply merge const master = this.getCell(dimensions.top, dimensions.left); for (let i = dimensions.top;...
My attempt at a fix in a PR: https://github.com/exceljs/exceljs/pull/2691