Scott Garrison

Results 4 comments of Scott Garrison

Any date for this to be fixed or incorporated in? If not, is there a work around to get the day view to display a reasonable period of time when...

Day and week view both use the daily_table with a period of day which only allows the hours of 0 to 24 as variables, which is fine except that period.get_time_slot()...

As another test, using defmacro, but without quasiquote: ``` (defmacro time (value unit) (case unit (sec (* value 1000)) (min (* value 60 1000)) (hr (* value 60 60 1000))))...

Anyone have a branch with a fix for this?