-
Notifications
You must be signed in to change notification settings - Fork 76
Open
Labels
enhancementNew feature or requestNew feature or request
Description
I am missing the inital full hour in the program, but not with the demo program from the repo.
This is using version 3.0.3
from the gem, as installed with bundle
.
Any ideas?
this is my program.yml.
days:
- abbr: Tue
date: '2021-03-30'
name: Tuesday
rooms:
- name: Tuesday
talks:
- name: Logic and Learning in Network Cascades
time_start: '13:30'
time_end: '14:00'
- name: A non-trivial polynomial time algorithm for a 3D Stable Roommates problem
time_start: '14:00'
time_end: '14:30'
- name: Relative Error Streaming Quantiles
time_start: '14:30'
time_end: '15:00'
I should say that the room is called "Tuesday" intentionally (I have no parallel sessions and want them all on one page). There is a markdown file for the room as in the docs.
Also, I checked that the quotes around the date string are not problematic.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request