RoryCL

Results 6 issues of RoryCL

Hi @phpdave11 I'm getting the following error on 1.0.13: ``` panic: Failed to initialize parser: Failed to read pdf: Failed to read xref table: Failed to read prev xref: Unsupported...

Hi @phpdave11 I've found a PDF which causes a nil pointer dereference: ``` panic: runtime error: invalid memory address or nil pointer dereference ``` Perhaps it is because the PDF...

The following code on v1.0.11: ```go package main import ( "fmt" "github.com/phpdave11/gofpdf" "github.com/phpdave11/gofpdf/contrib/gofpdi" "io" "io/ioutil" "net/http" "os" rpdf "rsc.io/pdf" ) const PDF_WIDTH_IN_MM = 222.6264 const PDF_HEIGHT_IN_MM = 297.0000 const MM_TO_RMPOINTS...

Hi @mnako Based on a need to parse the headers of a lot of emails, I've suggested a small patch to optionally do this following the suggestion in Discussions [here](https://github.com/mnako/letters/discussions/64)....

**Describe the bug** Adding padding to items in a list pushes the listing panel up into the filter/status area. I'd expect padding to instead push the list down from the...

### Steps To Reproduce 1. using sdk-go on linux (`github.com/bitwarden/sdk-go v1.0.2`) 2. and a simplified version of the [example go program](https://github.com/bitwarden/sdk-go/blob/main/example/example.go) in the repo 3. running `go run .` fails...

bug