-
If I attempt to refer to a template that doesn't exist, like this
``` clojure
(defn send-email [name email]
(deliver-email {:from "myaddress@example.com", :to [email] :subject "my-subject"}
…
-
-
Hi Angelo,
I think CodeMirror should provide templates and text hover features too.
One thing I want to know about templates is
it jumps between vars perfectly, I just want to change cursor positi…
-
### Willingness to contribute
No. I cannot contribute this feature at this time.
### Proposal Summary
MLflow currently supports tracking Git metadata for Python scripts, but it would be benef…
-
```
What steps will reproduce the problem?
1. Go to Admin -> Manage Portal -> Edit Theme
2. Click the Download link next to Default BDRS Theme (vanilla) and download
the zip file.
3. Extract the cont…
-
I tried it on Jenkins 1.546 & 1.550, Following exception thrown
Stack trace
javax.servlet.ServletException: java.lang.ClassCastException: Cannot cast hudson.util.DescribableList to java.util.Vector
…
kvysh updated
10 years ago
-
```
Grammar:
ShapePropertyAssignment:
(attribute=[ecore::EAttribute] 'into' key = ShapeDslKey ('(' value=XExpression ')')?) |
('constant' value=XExpression 'into' key = ShapeDslKey)
;
Spray…
-
```
What steps will reproduce the problem?
1. copy the execute-script-action-2.1.jar in shared/libs
2. edit the share-config-custom.xml
3. run the Execute Script action
I have installed the alfresco …
-
Add support for variadic templates
eg.
```
template returntype functionname(Arguments... args);
```
or
```
template class classname;
```
Currently this throws an NPE:
``````
Caused by: java.lan…
-
## go-server codegen defaultValue is null
We have extended the go-server templates to generate our own specific code.
Here we also use the "{{defaultValue}}" in our templates. We found an issue i…