- Sunday
- Monday
- Tuesday
- Wednesday
- Thursday
- Friday
- Saturday
-
27
-
28
-
29
-
30
-
31
-
1PLMW@POPL '27 All DayThe following has evaluated to null or missing: ==> event.title [in nameless template at line 1, column 102] ---- Tip: It's the step after the last dot that caused this error, not those before it. ---- Tip: If the failing expression is known to legally refer to something that's sometimes null or missing, either specify a default value like myOptionalVar!myDefault, or use <#if myOptionalVar??>when-present<#else>when-missing#if>. (These only cover the last step of the expression; to cover the whole expression, use parenthesis: (myOptionalVar.foo)!myDefault, (myOptionalVar.foo)?? ---- ---- FTL stack trace ("~" means nesting-related): - Failed at: ${event.title} [in nameless template at line 1, column 100] ---- event.title
-
2
-
3
-
4
-
5
-
6
-
7
-
8
-
9
-
10
-
11
-
12
-
13
-
14
-
15
-
16
-
17
-
18
-
19
-
20
-
21
-
22
-
23
-
24
-
25PEARC '27 All DayThe following has evaluated to null or missing: ==> event.title [in nameless template at line 1, column 102] ---- Tip: It's the step after the last dot that caused this error, not those before it. ---- Tip: If the failing expression is known to legally refer to something that's sometimes null or missing, either specify a default value like myOptionalVar!myDefault, or use <#if myOptionalVar??>when-present<#else>when-missing#if>. (These only cover the last step of the expression; to cover the whole expression, use parenthesis: (myOptionalVar.foo)!myDefault, (myOptionalVar.foo)?? ---- ---- FTL stack trace ("~" means nesting-related): - Failed at: ${event.title} [in nameless template at line 1, column 100] ---- event.title
-
26
-
27
-
28
-
29MobileHCI '27 All DayThe following has evaluated to null or missing: ==> event.title [in nameless template at line 1, column 102] ---- Tip: It's the step after the last dot that caused this error, not those before it. ---- Tip: If the failing expression is known to legally refer to something that's sometimes null or missing, either specify a default value like myOptionalVar!myDefault, or use <#if myOptionalVar??>when-present<#else>when-missing#if>. (These only cover the last step of the expression; to cover the whole expression, use parenthesis: (myOptionalVar.foo)!myDefault, (myOptionalVar.foo)?? ---- ---- FTL stack trace ("~" means nesting-related): - Failed at: ${event.title} [in nameless template at line 1, column 100] ---- event.title
-
30
-
31
-
February1
-
2
-
3
-
4
-
5
-
6