Michael Plaisted
Michael Plaisted
Potential fix for issue https://github.com/pieceofsummer/Hangfire.Console/issues/14. Allows the use of context.WriteHtmlLine(string message) in order to write raw (unencoded) HTML to the dashboard for use of links etc. Sample image below using...
Is there any functionality to easily replace images in pdfs? I'm thinking extract images -> run through jpg size optimizer (eg. mozjpeg) -> replace source image in PDF in order...
### Do you want to request a *feature* or report a *bug*? Feature ### What did you expect to see? It would be useful to allow headers returned from the...
Currently it isn't possible to parse/edit/write PDFs if their size approaches the available memory on the computer. Unidoc parses the object tree and stores them in memory. Based on the...
There has been some work recently on splitting / merging PDF documents (see #248, #254, #262) which use the `PdfMerger` class and are very useful. However there is already `PdfDocumentBuilder`...
**Provider Version** 0.25.18 **Terraform Version** 1.0.4 **Describe the bug** The resource `snowflake_account_grant` fails silently if not enough permissions are held. **Expected behavior** An error would be thrown if it is...
These seems to be the same issue that #432 resolved but on role grants instead of database grant. If a target role "role_name" for snowflake_role_grant gets removed, terraform plan fails...
This may be a fringe use case but is there a way to save all required dependencies locally? This is similar to publishing, but would allow code changes / rebuilds...
Copy command with "no clobber" performs worse than I expected on large batch copies. Few notes: - From my testing a 'cp -n' that copies no files is actually slightly...
**Image I'm using:** eks 1.23 bottlerocket 1.9.2-b8074d44 **What I expected to happen:** Adding a repository mirror pointing to private ECR registry should successfully pull images. **What actually happened:** Images fail...