You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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: Tuedate: '2021-03-30'name: Tuesdayrooms:
- name: Tuesdaytalks:
- name: Logic and Learning in Network Cascadestime_start: '13:30'time_end: '14:00'
- name: A non-trivial polynomial time algorithm for a 3D Stable Roommates problemtime_start: '14:00'time_end: '14:30'
- name: Relative Error Streaming Quantilestime_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.
The text was updated successfully, but these errors were encountered:
I think everything works as expected: The first time in the table is given by the earliest talk. Please feel free to make a PR with a new option (e.g. under conference > program > start_full_hour: true) allowing to set the starting time via _config.yml file.
I think everything works as expected: The first time in the table is given by
the earliest talk. Please feel free to make a PR with a new option (e.g. under
conference > program > start_full_hour: true) allowing to set the starting time
via _config.yml file.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub, or unsubscribe.*
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 withbundle
.Any ideas?
this is my program.yml.
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.
The text was updated successfully, but these errors were encountered: