PerfectCarl

Results 38 comments of PerfectCarl

> And it means checking quite a few pages as most developers probably wouldn't bother to inform me. You are right. What I meant was simply check once that the...

Of course not. The tool works great. I just wanted to document how to install it for ubuntu. But now that I'm thinking about it, it seems like proposing a...

I have something that is starting to work. But I am not familiar with the livereload protocol. Would you mind having a look?

On it. I want to add a feature to coalesce notify events: all changes happening under let's say 300ms being agregated to one notification instead of spamming.

Thanks. I'll test it next week!

[q42's play-gae](https://github.com/Q42/play-gae) added the 1.7.7 sdk jars https://github.com/Q42/play-gae/commit/c00ea47050be508feb8d9eabf7133c3c23629963

I have also this issue with `playframework` 1.2.5, `gae` 1.6.0 and `siena` 2.0.7. dependencies.yaml : ``` # Application dependencies require: - play - play -> gae 1.6.0 - play ->...

I started implementing it hacking code from the unit tests. Could have a look over [my code](https://github.com/PerfectCarl/template-engine-benchmarks/blob/gtengine/src/teb/Gtengine.java) ? For the moment, it doesn't work : I got the following exception...