Mathias

Results 205 comments of Mathias

Yes, this is a known problem and hard to overcome with the Java version of the underlying parboiled parsing framework. One way around this is to reimplement the markdown parser...

A `ClassNotFoundException` is not the same as an `IllegalAccessException`. Apparently you have no (or the wrong version of) ASM on the classpath.

In order to use pegdown 1.1.0 you need to have the following libraries on your classpath: - pegdown-1.1.0.jar - parboiled-core-1.0.2.jar - parboiled-java-1.0.2.jar - asm-all-3.3.1.jar All these are available from maven...

Since I've little experience with GAE I don't know. Maybe the latest versions of GAE have relaxed the class-loading restrictions that earlier versions suffered from. pegdown (or rather the underlying...

> We don't seem to have a query directive, do you mean by introducing one, people could be misled? Yes, so far we've simply given each (relevant) method it's own...

Nope, unfortunately it doesn't work. While it passes the command line parser (just as `ispeed=foo,ospeed=bar` does!) the values are only really set properly without the `b` prefix. (I confirmed with...

spray-json 's type class infrastructure is build around the (Root)JsonFormat type, not the (Root)JsonReader. So you'll indeed have to provide a "Format" even if you are just reading.

It's a "cant/wont fix" as a fix would have to touch spray-jsons' core architecture which is not something that we currently would like to do.