Andreas Hager

Results 69 comments of Andreas Hager

Nice, thanks for sharing! I really like how fast and snappy this site feels!

@edward3h that should work with hot reload as long as the template parameters used by the Java program don't change. But at that point a program restart would be required...

Due to my frustration with JSP at work, I've written [jte](https://github.com/casid/jte) during lockdown - a small template engine that has pretty much full IntelliJ support for code suggestions, refactorings and...

Welcome @nedtwigg and thanks for sharing! At least for jte the most significant amount of work went into the IntelliJ plugin. We also cheated a little bit by making the...

Thanks for sharing @agentgt. > can you inline templates with JTE? No, that's not possible with jte currently, although you could write a code resolver that does this. But IntelliJ...

This was finally released today, together with jte 3 :-)

Hi @jhy, did you get a chance to have a look at this already? It is not urgent, but it prevents us from upgrading to the latest JSOUP version without...

@xeno6696 it's not as big I think, as only users of the encoder `jsp` module are affected. In theory this could be solved by copying the `jsp` module to something...

I tried this patch with my game on windows and on mac. It worked on both and subjectively the game felt a little smoother than before. I have vsync activated...