-
The Gradle `init` task can generate all kinds of Java (and non-java) projects. The new project wizard in Buildship invokes the `init`task with the following, hard-coded arguments
--type java-li…
donat updated
2 years ago
-
Currently templates dir is hardcoded: `src/main/java/`. See `ninja.template.TemplateEngineFreemarker#srcDir`.
Though, a best practice in Java project is storing such resources in `src/main/resourc…
-
##### ISSUE TYPE
* Improvement Request
##### COMPONENT NAME
~~~
API, UI
~~~
##### CLOUDSTACK VERSION
~~~
4.17.2.0
~~~
##### SUMMARY
CloudStack UI for Templates does n…
-
##### Description
I am trying to generate a java client jar of my openapi 3.0.0 yaml document. I noticed that the end client library does not have support for openID Connect 1.0. OpenAPI 3.0.0 is s…
-
I have just upgraded stash 3.9.2 to bitbucket server 4.1.3 and updated the plugin to version 1.3
Whenever I click view permissions I get s 500 internal error and the log below stacktrace..
I have tr…
-
template1.json
```
{
"firstName": "$first",
"lastName": "$last",
"fullName": "${firstName} ${lastName}"
}
```
```
Template template = from(getResourcePath("mgenerate/templates/templa…
-
Как сделать так что бы из модельного окна
https://github.com/Daaamir2/Dictionary/blob/107c1bf7e0eba8596a79f5af84191d8292320079/src/main/resources/templates/pages/dictionary.html#L22-L52
в данный pos…
-
```
docker run
-d
--name='amp'
--net='bridge'
-e TZ="America/New_York"
-e HOST_OS="Unraid"
-e HOST_HOSTNAME="Tower"
-e HOST_CONTAINERNAME="amp"
-e 'USERNAME'='admin'
-e 'PA…
-
### What are you really trying to do?
I want to use Pydantic and datetime objects as input/outputs/signals/queries to workflows and activities.
### Describe the bug
The recommended refere…
-
For better customization of the generated output we want to use our own Slim templates. Please provide an option to customize the template folder.
At the moment the template folder is hardcoded in …