-
Greetings!
I ran into a few problems after updating the studio to Koala 2024.1.1
## Incorrect creation of package
When creating my templates, I started getting incorrect package mapping. For…
-
Backend is java?
![image](https://github.com/phuong-bui-88/docs/assets/1611646/33a769dc-ca57-4fa6-950c-1aeb52c49891)
-
I check `jbang --help` for
-
Hi!
I have a project in which I applied the Dokkatoo plugin. I'm currently refactoring it to use convention plugins, and in the process something strange broke. I don't know how to debug it.
The…
-
Given
Dashboard.java:
```
@CssImport("dashboard.css")
public class Dashboard extends Div {
}
```
OtherView.java
```
public class OtherView extends Div {
public OtherView() {
add(n…
-
## Installation
Download: https://dl.dropbox.com/u/132579/angularjs-plugin.jar
Install: File->Settings->Plugins. "Install plugin from disk", select the .jar you just downloaded
## Features to test
##…
-
### What happened?
When publishing to Sonatype, I cannot close the staging repository and publish to public because of a Pom error.
Looking at the generated `build.gradle` file, I see that `pom.name…
-
Partial templates can be provided with a `TemplateLoader`. However, `TemplateLoader.getTemplate` returns a `Reader` instead of a `Template`, meaning that every time a partial is used, it is recompiled…
Gohla updated
11 months ago
-
It seems that now it's not allowed on purpose according to #2149 but it really limits use and re-use of templates.
Current workaround is to instantiate and attach the nested template with code by r…
-
I am using play framework 1.4.4 version. Not using maven nor gradle for the project. How can I compile the templates to Java classes programmatically?