Zdenek Farana
Zdenek Farana
It's useful to have a way how to specify a custom error message for the `Fail` parser; the current workaround is to throw an exception instead of using the `Fail`...
Environment: - Scala 2.10.5 - Rapture both 2.0.0-M5 and 2.0.0-M6 - Spray JSON 1.3.2 ``` scala package com.test import org.scalatest.{FlatSpec, ShouldMatchers} import rapture.json._ import rapture.json.jsonBackends.spray._ class RaptureTest extends FlatSpec with...
When I run `qpdf --json thefile` on a certain file, it fails with `operation for dictionary attempted on object of type null` right after it prints out `"pagelabels": []`. -...
# 🐛 bug report If you try to parcel an HTML file such as this: ```html aaa bbb ``` the HTML file produced by Parcel will have two newlines instead...