Lars
Lars
Got the same problem but not on AppEngine. I'm using Java Server Pages on a tomcat Server through Netbeans... I get this error: WARNING: StandardWrapperValve[jsp]: PWC1406: Servlet.service() for servlet jsp...
what is an ASM? And how can I fix this? I added these libraries to my project: `pegdown-1.1.0.jar`, `parboiled-core-1.1.1.jar`, `parboiled-java-1.1.1.jar`, `parboiled-scala_2.10-1.1.1.jar`. My code looks like this: ``` Java PegDownProcessor mdown...
Thanks! It works now :) Von meinem iPhone gesendet Am 04.10.2012 um 14:19 schrieb Mathias [email protected]: > In order to use pegdown 1.1.0 you need to have the following libraries...
`_check_return_type=False` seems more like a workaround rather than a fix for the problem. Any plans on fixing this?
Hi, thanks, I didn't know about that. So I'll just have to run that git command in my repository and I'm done? Or do I have to do anything else?...
Thanks that would be nice. I'll do that ASAP. I basically have no experience with cocoapods so help is appreciated ;)
I did as you instructed. So if I want to push some changes/updates to this repository, I'll have to update my version tags again right? Is that correct: ``` $...
Sorry, I also missed your response while i was on vacation. I'll add tests later today 👍
@abondar Hi again! I added tests for the new functionality. Please take a look and let me know what you think. Feel free to merge if it looks okay to...