-
Currently next situation is available: there is master page with contentA which has dynamic region. Page1 is created according this master page, some content is added into contentA and page with all i…
-
When decoding a string into e.g. a case class with attributes of type Option[Long] it seems to work (no errors). However, when I later try to access the field and assign it to a Long val a cast error …
-
I've found a Xslate issue which provides malformed wrapped result.
Steps to reproduce this issue is:
1. Prepare wrapperA.
2. Prepare wrapperB which calls wrapperA to wrap itself.
3. Prepare contentA …
-
Además de la bruja triste y la bruja contenta me gustaría tener una tercera cara que sea enfadada. Como la bruja sale todo el rato, si quieres Kike haz un par más de caras, le daremos más personalidad…
-
When I use this code
```
put {
contentAs[Incasso] {
incasso => {
ctx => ctx.complete(incasso.cust_name)
}
}
} ~
delete {
ctx => ctx.complete("delete")
} ~
get {
ctx => ctx.compl…
-
Version: 1.1.21
CUPS.org User: david.gelphman
Michael wrote:
The deskjet2.ppd file supports duplexing via the rastertohp filter that
will work with the 970, and the laserjet.ppd file will work with a…