Federico D'Eredità

Results 38 issues of Federico D'Eredità

I'd like to suggest a new feature which reorder the pages from a scanned booklet. A booklet (as the name suggest) comes in set of pages folded in the middle...

I've tried to run the example in the README using the outlook smtp servers: - SMTP_SERVER=smtp-mail.outlook.com - SMTP_PORT=587 However the package doesn't send the email and throws the error: ```...

We have been using https://linux.die.net/man/1/dmtxwrite for a while but I'd like to use more this library. I'm reading the code and fiddling around to implement a 16x48 datamatrix with a...

Steps done: * Install customizer from the Plugin interface * Choose Material theme This is the portion I can see: ![image](https://user-images.githubusercontent.com/3630857/68883143-b96cae00-0710-11ea-8dce-2a5027eb997a.png) All the following themes appear correctly. * [x] Blueboard...

I just discovered afero and tried the in memory filesystem, upon playing with these two lines of code below I noticed that the reported path of the temporary files is...

https://www.reddit.com/r/googlesheets/comments/8qquq9/importjson_script_isnt_working_with_arrayformula/ I've tried to use the ImportJSON script withing an ArrayFormula but there is no way to make it work properly. Maybe the script could be improved? A manual solution...

I'm using [MergeCreateFiles](https://pkg.go.dev/github.com/pdfcpu/pdfcpu/pkg/api#MergeCreateFile) to merge in a single document 6k PDF of 2 pages each for a total weight of 688 MB approximately. [Below](https://github.com/pdfcpu/pdfcpu/issues/447#issuecomment-1080316266) futher details on the task being...

investigate

The package ` _ "golang.org/x/image/bmp"` (imported for side effects) in `pkg/pdfcpu/readImage.go` should do the trick. Might attempt a PR myself for this.

feature request

To merge 10.000 files in groups of 1000 files, 10 merged files I initially did it synchronously by calling `.MergeCreateFile` on the first group of 1k files, then the second...

investigate

Thanks to the explanation in https://github.com/rs/zerolog/issues/361#issuecomment-924580003 the following is now not relevant. Please skip to https://github.com/rs/zerolog/issues/361#issuecomment-924623346 --- Down the line of execution I'd like to append a new log output...