Jacek Fiszer
Jacek Fiszer
Due to some deprecation issues, a port of the original pdftk – pdftk-java – is now the standard pdftk for Debian. Unfortunately when using a wildcard and at the same...
Easiest way to reproduce: Create `deps.ts` with: ``` import { Application } from "jsr:@oak/[email protected]"; console.log(Application); ``` run `deno compile deps.ts` run `./deps` The binary will hang forever and not reach...
Hi maintainers, Are there any plans or a roadmap to add Excel I/O support? I’ve created [a small wrapper](https://jsr.io/@jackfiszr/pl2xl) that adds `readExcel`/`writeExcel` methods using the [ExcelJS](https://github.com/exceljs/exceljs) engine. For a built-in...