Kris Dekeyser

Results 5 issues of Kris Dekeyser

Hi, I like you little gem very much. I have used is a lot, but I have one issue with it: When the items in the array contain underscores and...

I have some issues using the JSONAPI output for collections. I'm generating the collection output with: ``` orgs = paginate(Libis::Ingester::Organization.all) Representer::OrganizationRepresenter.for_collection.prepare(orgs).to_hash(pagination_hash(orgs)) ``` The options generated by 'pagination_hash' looks like this:...

bug

### Describe the problem Certain combinations of backspace and tabs cause the line input to get corrupted ### Steps to reproduce the problem Create the simple example below: ``` ruby...

bug

Make the readAPP0 parsing abide by the length field. fixes #1051

bug
P2

When I run JHove on a valid JPEG, created by an iPhone dual camera, an error is thrown and the file is marked as not well-formed. This is the JHove...