Andreas Hager
Andreas Hager
@sureshg sorry for the late reply! Jetbrains rejected the update, because the plugin is using an internal API. This hasn't been a problem before, but I think with the new...
@sureshg I looked through my code and it looks like I don't use the packages listed in the migration article. I've marked the plugin as compatible with K2 in the...
Oh no, that does not look good. It kinda looks like the language injection approach the plugin uses does not work the same as it did in K2 mode. When...
Thank you for asking! That's the thing. I don't have any good idea how to fix it. So far I only have: 1) Remove the K2 support marker from the...
Sorry for the late reply, I just returned from a long vacation! Yes, you can just clone the repository and then run the `runIde` gradle task.
@sureshg no, this won't have any effect on the plugin unfortunately.
Sounds complicated to me. If I recall correctly there has been a similiar issue: https://github.com/casid/jte/pull/256 Maybe one of the solutions there would help?
Ugh, that's indeed unexpected! Problem is, that `$unsafe{htmx}` / `${htmx}` is parsed as attribute name and thus not evaluated by jte. I've pushed a fix for this, could you have...
@tschuehly you can give it a try via jitpack: https://jitpack.io/#casid/jte/-SNAPSHOT
@maxwellt sorry for the late reply! I don't use Spring Boot, so I'm unfortunately not able to give any meaningful recommendations here.